public UserGroupListResponseDTO GetIdSQL(UserGroupListRequestDTO src)
 {
     return(_userGroupDal.GetIdSQL(src));
 }