} else if (uobject.equals(MENU_BOOKMARKS)) {
titleStr = translate("menu.bookmarks");
return new ManageBookmarkController(ureq, getWindowControl(), true, ManageBookmarkController.SEARCH_TYPE_ALL);
} else if (uobject.equals(MENU_EFFICIENCY_STATEMENTS)) {
titleStr = translate("menu.efficiencyStatements");
return new EfficiencyStatementsListController(getWindowControl(), ureq);
} 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");