ceffC = new CourseEfficencyStatementController(ureq, getWindowControl(), changedCourseConfig);
this.listenTo(ceffC);
tabbedPane.addTab(translate("tab.efficencystatement"), ceffC.getInitialComponent());
calCfgCtr = new CourseCalendarConfigController(ureq, getWindowControl(), changedCourseConfig);
this.listenTo(calCfgCtr);
tabbedPane.addTab(translate("tab.calendar"), calCfgCtr.getInitialComponent());
cglosCtr = new CourseConfigGlossaryController(ureq, getWindowControl(), changedCourseConfig, course.getResourceableId());
this.listenTo(cglosCtr);