public Task <bool> FindAndRemoveDTOByAsync(UserGroupListRequestDTO src)
 {
     return(_userGroupDal.FindAndRemoveDTOByAsync(src));
 }