public System.Threading.Tasks.Task UpdateEmployeeAsync(FSE.Assignment22.Client.MVC.EmployeeServiceReference.Employee employee)
 {
     return(base.Channel.UpdateEmployeeAsync(employee));
 }
 public void UpdateEmployee(FSE.Assignment22.Client.MVC.EmployeeServiceReference.Employee employee)
 {
     base.Channel.UpdateEmployee(employee);
 }