this.displayManagerController = new DisplayManagerController(this);
this.historicLogController = new HistoricLogController();
this.dataRecorderController = new DataRecorderController(new DataRecorderStateBean());
this.dataFitterController = new DataFitterController(new DataFitterBean());
this.view = new ApplicationView(this);
this.view.setErrorView(this.errorController.getView());
this.view.setGeneralView(this.generalController.getView());
this.view.setGeneralShortcutsToolBarView(this.generalShortcutsToolBarController.getView());
this.view.setShortcutsView(this.shortcutsController.getView());
this.view.setStartStopView(this.startStopController.getView());