public RemoveItemResult <Category> RemoveCategory(string categoryId)
 {
     _feedsValid = false;
     return(_categoryCollection.RemoveItemFromCollection(categoryId));
 }