public List <string> GetCheckedRoleIds(long userId) { return(_mySystemDal.GetCheckedRoleIds(userId).ToList()); }