public MatchTestControl()
        {
            InitializeComponent();
            Organization.LoadScanDirLog(this, new System.ComponentModel.DoWorkEventArgs(null));

            viewModel = new MatchTestWindowViewModel();
            this.DataContext = viewModel;
        }
        public MatchTestControl()
        {
            InitializeComponent();
            Organization.LoadScanDirLog(this, new System.ComponentModel.DoWorkEventArgs(null));

            viewModel        = new MatchTestWindowViewModel();
            this.DataContext = viewModel;
        }