public bool RemoveCategory(int categoryID)
 {
     return(CategoryCore.RemoveCategory(categoryID));
 }