public VehicleRepository(CarDbContext context) { this.context = context; }
public PhotoRepository(CarDbContext context) { this.context = context; }