public LocationRepository(PizzaPlaceContext db)
 {
     _db = db ?? throw new ArgumentNullException(nameof(db));
 }