public void save(Category category) {
   categoryRepository.save(category);
 }