public Oven_AI.ChangeProductionServiceWSService.validateChangeProductionResponse validateChangeProduction(Oven_AI.ChangeProductionServiceWSService.validateChangeProduction validateChangeProduction1)
 {
     Oven_AI.ChangeProductionServiceWSService.validateChangeProductionRequest inValue = new Oven_AI.ChangeProductionServiceWSService.validateChangeProductionRequest();
     inValue.validateChangeProduction = validateChangeProduction1;
     Oven_AI.ChangeProductionServiceWSService.validateChangeProductionResponse1 retVal = ((Oven_AI.ChangeProductionServiceWSService.ChangeProductionServiceWS)(this)).validateChangeProduction(inValue);
     return(retVal.validateChangeProductionResponse);
 }
 public validateChangeProductionRequest(Oven_AI.ChangeProductionServiceWSService.validateChangeProduction validateChangeProduction)
 {
     this.validateChangeProduction = validateChangeProduction;
 }