public iPadView(iPadViewController parent) { graphVc = new GraphViewController(); tableVc = new TableViewController(); parent.AddChildViewController(graphVc); parent.AddChildViewController(tableVc); this.AddSubview(graphVc.View); this.AddSubview(tableVc.View); }