public IActionResult Insert(SubcategoryInsertModel category)
 {
     _subcategoryService.Insert(category);
     return(Ok());
 }