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

            return(NoticeManager.getDataAll_2());
        }