public CategoryService(CYCLE_STOREContext context)
 {
     _context = context;
 }
 public ContentViewComponent(CYCLE_STOREContext context,
                             ICategoryService categoryService)
 {
     _context         = context;
     _categoryService = categoryService;
 }