public PriceController(StorePriceComparisonDbContext db)
 {
     this.db = db;
 }