public System.Threading.Tasks.Task <bool> AddPaymentAsync(Bus_host.ServiceReference1.Payment p)
 {
     return(base.Channel.AddPaymentAsync(p));
 }
 public bool AddPayment(Bus_host.ServiceReference1.Payment p)
 {
     return(base.Channel.AddPayment(p));
 }