public GetByIDResponseBody(ABCosmetic_app.PaymentService.Payment GetByIDResult)
 {
     this.GetByIDResult = GetByIDResult;
 }
 public AddNewResponseBody(ABCosmetic_app.PaymentService.Payment AddNewResult)
 {
     this.AddNewResult = AddNewResult;
 }