public async Task <IEnumerable <UserGroupListResponseDTO> > AllAsync()
 {
     return(await _userGroupDal.AllAsync());
 }