public System.Threading.Tasks.Task UpdateEmployeeAsync(PresentationLayerWinForm.ServiceReferenceEmployee.Employee emp)
 {
     return(base.Channel.UpdateEmployeeAsync(emp));
 }
 public void UpdateEmployee(PresentationLayerWinForm.ServiceReferenceEmployee.Employee emp)
 {
     base.Channel.UpdateEmployee(emp);
 }