public void EditEmployee(Employee employee)
 {
     db.EditEmployee(employee);
 }