public MongoMigrationWindow()
        {
            this.m_SQLTransferServer = new Business.Mongo.TestServer(Business.Mongo.TestServer.SQLTransferDatabasename);
            this.m_TransferCollection = YellowstonePathology.Business.Mongo.Gateway.GetTransferCollection();
            this.m_DocumentCollectionTracker = new Business.Mongo.DocumentCollectionTracker(this.m_TransferCollection, this.m_SQLTransferServer);
            this.m_StatusMessage = "Idle";

            InitializeComponent();
            this.DataContext = this;
        }
        public MongoMigrationWindow()
        {
            this.m_SQLTransferServer         = new Business.Mongo.TestServer(Business.Mongo.TestServer.SQLTransferDatabasename);
            this.m_TransferCollection        = YellowstonePathology.Business.Mongo.Gateway.GetTransferCollection();
            this.m_DocumentCollectionTracker = new Business.Mongo.DocumentCollectionTracker(this.m_TransferCollection, this.m_SQLTransferServer);
            this.m_StatusMessage             = "Idle";

            InitializeComponent();
            this.DataContext = this;
        }