// update Employee public bool updateDAOEmployee(Employee employee) { db = new DatabaseAccess(); db.DAOupdateEmployee(employee); return true; }