1. All components, services and etc contected to one view should be in same module and use same reducer.
2. All views modules should be put in one place.
3. Views should implement common interface, so they can be added automatically to processDisplay.
4. ProcessDisplay and Controls should use view interface to dynamically display diagrams, controls and additional elements connected to view.