private void BatchClassification_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            BatchClassificationDialog dlg = new BatchClassificationDialog(ref _KLU, ref _DataSet, _ProcessOptions);

            dlg.Owner = this;
            dlg.ShowDialog();
        }
 private void BatchClassification_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     BatchClassificationDialog dlg = new BatchClassificationDialog(ref _KLU, ref _DataSet, _ProcessOptions);
     dlg.Owner = this;
     dlg.ShowDialog();
 }