public async Task <bool> AllBoolAsync()
 {
     return(await _userGroupDal.AllBoolAsync());
 }