this.hooksController = new HooksController();
this.hcsTrajectoryController = new TrajectoryHCSController(this);
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());