private void ContentDialog_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     this.DeleteChoice = DeletionChoices.Delete;
     deletedialog.Hide();
 }
 public EmptyDeckWarning()
 {
     this.InitializeComponent();
     this.DeleteChoice = DeletionChoices.Nothing;
 }