public OrderPlacedHandler(ProductDetailsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ProductDetailsController(ProductDetailsDbContext context)
 {
     this.context = context;
 }