public StoreRepository(IngredientsContext context) { _context = context; }
public ProductsRepository(IngredientsContext context) => _context = context;