public FetchXmlExecutorToolWindowPane()
        {
            this.Caption = Properties.CommandNames.FetchXmlExecutorDefaultName;

            this._control = new FetchXmlExecutorControl();

            this._control.ConnectionChanged += _control_ConnectionChanged;
        }