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

            return(NoticeManager.getDataAll222());
        }