// delete Customer public bool deleteDAOCustomer(int id) { db = new DatabaseAccess(); db.DAOdeleteCustomer(id); return true; }