public groupDetailImpl[] EndgetAll(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.getAllResponse retVal = ((RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.GroupController)(this)).EndgetAll(result);
     return(retVal.@return);
 }
 public groupDetailImpl[] getAll()
 {
     RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.getAll         inValue = new RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.getAll();
     RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.getAllResponse retVal  = ((RequestForQuoteServicesModuleLibrary.GroupMaintenanceService.GroupController)(this)).getAll(inValue);
     return(retVal.@return);
 }