public System.Threading.Tasks.Task <bool> InsertLoanAllocationAsync(WattsALoanClient.WattsALoanServiceReference.LoanAllocation loanAllocation)
 {
     return(base.Channel.InsertLoanAllocationAsync(loanAllocation));
 }
 public bool InsertLoanAllocation(WattsALoanClient.WattsALoanServiceReference.LoanAllocation loanAllocation)
 {
     return(base.Channel.InsertLoanAllocation(loanAllocation));
 }