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