public Boolean ManageDelete(CategoryVO category)
 {
     return(_categoryBL.Remove(category.CategoryID));
 }