public WindowsFormsApplication1.ServiceReference1.compte[] getComptes()
 {
     WindowsFormsApplication1.ServiceReference1.getComptesRequest  inValue = new WindowsFormsApplication1.ServiceReference1.getComptesRequest();
     WindowsFormsApplication1.ServiceReference1.getComptesResponse retVal  = ((WindowsFormsApplication1.ServiceReference1.BanqueService)(this)).getComptes(inValue);
     return(retVal.@return);
 }
 WindowsFormsApplication1.ServiceReference1.getComptesResponse WindowsFormsApplication1.ServiceReference1.BanqueService.getComptes(WindowsFormsApplication1.ServiceReference1.getComptesRequest request)
 {
     return(base.Channel.getComptes(request));
 }