} 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")){
return new LayoutAdminController(ureq, getWindowControl());
} else if(uobject.equals("i18n")){
return I18nUIFactory.createI18nConfigurationController(ureq, getWindowControl());
} else if(uobject.equals("versions")){
return new VersionAdminController(ureq, getWindowControl());
} else if (uobject instanceof ActionExtension) {