public bool RemoveCategory(string name) { return(_categoryDAL.DeleteEntity(_categoryDAL.GetCategoryByName(name))); }