public void ProductFound()
        {
            SaleController.OnBarcode("12345");

            Assert.AreEqual(Display.DisplayPrice(Price.Cents(795)));
        }