/// <summary>
        /// Handle any setup necessary
        /// </summary>
        /// <param name="status">asynchronous status for updating the console</param>
        protected override void OnInitialize(AsyncStatus status)
        {
            // handle any basic stuff
            base.OnInitialize(status);

            // get typed reference to the hosted control
            // setup by the FormViewDescription
            selectionControl = (SelectionControl)this.Control;

            //// load data in
            Refresh();
        }
        /// <summary>
        /// Handle any setup necessary
        /// </summary>
        /// <param name="status">asynchronous status for updating the console</param>
        protected override void OnInitialize(AsyncStatus status)
        {
            // handle any basic stuff
            base.OnInitialize(status);

            // get typed reference to the hosted control
            // setup by the FormViewDescription
            selectionControl = (SelectionControl)this.Control;

            //// load data in
            Refresh();
        }