public OrderController(ModelSaleContext context) { db = context; }
public ProductController(ModelSaleContext db) { this.db = db; }