public bool AddUserPost(string _userID, string _postID) { OraUserManagerFactroy _of = new OraUserManagerFactroy(); return(_of.AddUserPost(_userID, _postID)); }