public void deleteCategoriesWithMapping(MappingSetup setup) {
   for (Category category : getAllCategories(setup)) {
     super.delete(category);
   }
 }