public PizzaRepository(PizzaPlaceDBContext db)
 {
     _db = db ?? throw new ArgumentNullException(nameof(db));
 }