public function deleteAction($id)
 {
     return CategoriesService::delete($id);
 }