public System.Threading.Tasks.Task <bool> UpdateEmployeeAsync(WattsALoanClient.WattsALoanServiceReference.Employee employee)
 {
     return(base.Channel.UpdateEmployeeAsync(employee));
 }
 public bool UpdateEmployee(WattsALoanClient.WattsALoanServiceReference.Employee employee)
 {
     return(base.Channel.UpdateEmployee(employee));
 }