public String saveCategory(CategoryModel category) {
   return categoryRepository.saveCategory(category);
 }