private void List_Notification(object sender, MouseButtonEventArgs e) { if (ListNotification.SelectedItem != null) { ProductsSet selectedProduct = (ProductsSet)ListNotification.SelectedItem; NotificationClient NCWindow = new NotificationClient(selectedProduct); NCWindow.ShowDialog(); } }