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