public IList <RoleDomain> GetUser_RoleList(int UserId) { return(EntityDao.GetUser_RoleList(UserId)); }