// insert Category public bool insertDSCategoryDB(Category category) { db = new DatabaseAccess(); db.DSinsertCategory(category); return true; }