public CategoryController(CategoryApiService categoryApiService)
 {
     _categoryApiService = categoryApiService;
 }