} else if (uobject.equals(MENU_ADMINNOTIFICATIONS)) {
titleStr = translate("menu.notifications");
return NotificationUIFactory.createCombinedSubscriptionsAndNewsController(ureq.getIdentity(), ureq, getWindowControl());
} else if (uobject.equals(MENU_NOTE)) {
titleStr = translate("menu.note");
return new NoteListController(ureq, getWindowControl());
} else if (uobject.equals(MENU_OTHERUSERS)) {
titleStr = translate("menu.otherusers");
return new UserSearchController(ureq, getWindowControl(), false);
}