public WindowsFormsApplication1.ServiceReference1.compte getCompte(int code)
 {
     WindowsFormsApplication1.ServiceReference1.getCompteRequest inValue = new WindowsFormsApplication1.ServiceReference1.getCompteRequest();
     inValue.code = code;
     WindowsFormsApplication1.ServiceReference1.getCompteResponse retVal = ((WindowsFormsApplication1.ServiceReference1.BanqueService)(this)).getCompte(inValue);
     return(retVal.@return);
 }
 WindowsFormsApplication1.ServiceReference1.getCompteResponse WindowsFormsApplication1.ServiceReference1.BanqueService.getCompte(WindowsFormsApplication1.ServiceReference1.getCompteRequest request)
 {
     return(base.Channel.getCompte(request));
 }