public SearchCategoryViewComponent(ICategoryFoundService categoryFound)
 {
     _categoryFound = categoryFound;
 }