//========================================================================================================================================
 //  PUBLIC CLASS PROPERTIES
 //========================================================================================================================================
 //========================================================================================================================================
 //  Constructor
 //========================================================================================================================================
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomSegmentController.ToolBarView"/> class.
 /// </summary>
 public ViewController()
 {
     this.toolBar       = new UIToolbar();
     this.navBar        = new UINavigationBar();
     this.segController = new SegmentControlSelectionView();
 }
        //========================================================================================================================================
        //  PUBLIC CLASS PROPERTIES
        //========================================================================================================================================

        //========================================================================================================================================
        //  Constructor
        //========================================================================================================================================
        /// <summary>
        /// Initializes a new instance of the <see cref="CustomSegmentController.ToolBarView"/> class.
        /// </summary>
        public ToolBarView()
        {
            this.segConView = new SegmentControlSelectionView();
            this.AddSubview(this.segConView);
        }