// insert Customer public bool insertDAOCustomer(Customer customer) { db = new DatabaseAccess(); db.DAOinsertCustomer(customer); return true; }