public async Task <UserGroup> GetIdAsync(int id)
 {
     return(await _userGroupDal.GetIdAsync(id));
 }