public CategoriesViewComponent(ShopDbContext _context)
 {
     this._context = _context;
 }