public bool AnybodyGotThisUserType(int roleId)
 {
     return(_roleDao.AnybodyGotThisUserType(roleId));
 }