//////////////////////////////////////////////////////////////////////////////

        protected override void CreateUI()
        {
            TerminalCompositeView terminalView = new TerminalCompositeView(this, this.Width, this.Height);

            AddSubview(terminalView);
        }
 //////////////////////////////////////////////////////////////////////////////
 protected override void CreateUI()
 {
     TerminalCompositeView terminalView = new TerminalCompositeView(this, this.Width, this.Height);
     AddSubview(terminalView);
 }