public List <Base.Authorize.SinoRole> GetRoleOfPost(string _postID)
        {
            OraUserManagerFactroy _of = new OraUserManagerFactroy();

            return(_of.GetRoleOfPost(_postID));
        }