public ShopRepository(AppDbContext context)
 {
     db = context;
 }
 public ProductRepository(AppDbContext context)
 {
     db = context;
 }