public IActionResult UpdateEmployee(Employee.DataAccessLayer.Employee employee) { employeeProvider.UpdateEmployee(employee); return(Ok()); }