} else if (uobject.equals(MENU_CALENDAR)) {
titleStr = translate("menu.calendar");
return new HomeCalendarController(ureq, getWindowControl());
} 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");