csfC = new CourseSharedFolderController(ureq, getWindowControl(), changedCourseConfig);
this.listenTo(csfC);
tabbedPane.addTab(translate("tab.sharedfolder"), csfC.getInitialComponent());
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);