public ProductRepositoryTests()
 {
     productRepository = new ProductRepository();
     eventRepository   = new PurchaseEventRepository();
 }