protected function get_delete_category_url(Category $category)
 {
     return WebUrlBuilder::delete_category($category->get_id());
 }