public ProductRepository(PublishingHouseDatabase db) { Database = db; }
public AuthorRepository(PublishingHouseDatabase db) { Database = db; }