} else if (uobject.equals("onlinetranslation")) {
return I18nUIFactory.createTranslationToolLauncherController(ureq, getWindowControl());
} else if (uobject.equals("search")) {
return new SearchAdminController(ureq, getWindowControl());
} else if (uobject.equals("notifications")) {
return new NotificationsEmailAdminController(ureq, getWindowControl());
} else if (uobject.equals("statistics")) {
return new StatisticsAdminController(ureq, getWindowControl());
} else if(uobject.equals("ajax")){
return new AjaxAdminController(ureq, getWindowControl());
} else if(uobject.equals("layout")){