public bool DeleteItem(int id) { try { return(CategoryManager.DeleteItem(id)); } catch { return(false); } }