public Diskon() { InitializeComponent(); Discount = new DiskonController(); listDiskon.ItemsSource = Discount.getPromo(); generateContentDiskon(); }