super.initBeforeSetView();
PeriodicRefreshUpdater.getInstance().setErrorController(errorController);
SalsaDAOFactory factory = (SalsaDAOFactory) DAOFactoryManager
.registerFactory(SalsaDAOFactory.class.getName());
factory.setErrorController(errorController);
configManager = new ConfigManager();
startStopController = new StartStopController(this, errorController);
shortcutsController = new ShortcutsController(this);
generalShortcutsToolBarController = new GeneralShortcutsToolBarController();
sensorsListController = new SensorListController(null, errorController);
actuatorsListController = new ActuatorListController(null, errorController);