public string getCount() { if (Session[Util.ProjectConfig.ADMINUSER] == null) { return(""); } return(NoticeManager.getCount()); }