// update Category public bool updateDAOCategory(Category category) { db = new DatabaseAccess(); db.DAOupdateCategory(category); return true; }