Interaction logic for SimpleOrmMappingWindowControl.
        /// <summary>
        /// Initializes a new instance of the <see cref="SimpleOrmMappingWindow"/> class.
        /// </summary>
        public SimpleOrmMappingWindow() : base(null)
        {
            _simpleOrmMappingWindowControl = new SimpleOrmMappingWindowControl();

            // This is the user control hosted by the tool window; Note that, even if this class implements IDisposable,
            // we are not calling Dispose on this object. This is because ToolWindowPane calls Dispose on
            // the object returned by the Content property.
            Content = _simpleOrmMappingWindowControl;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="SimpleOrmMappingWindow"/> class.
        /// </summary>
        public SimpleOrmMappingWindow() : base(null)
        {
            _simpleOrmMappingWindowControl = new SimpleOrmMappingWindowControl();

            // This is the user control hosted by the tool window; Note that, even if this class implements IDisposable,
            // we are not calling Dispose on this object. This is because ToolWindowPane calls Dispose on
            // the object returned by the Content property.
            Content = _simpleOrmMappingWindowControl;
        }