// insert Employee public bool insertDAOEmployee(Employee employee) { db = new DatabaseAccess(); db.DAOinsertEmployee(employee); return true; }