public void EditEmployee(Employee employee)
 {
     dataAccess.editEmployee(employee);
 }