public Primary(StarterDbContext context) { _context = context; }
public ProductsController(StarterDbContext context) { this._context = context; }