public IEnumerable <Level> SelectUserLevel(int userid) //搜索用户等级 { return(iposts.SelectUserLevel(userid)); }