public void AddPage(WizardControlPage widgetForPage) { pages.Add(widgetForPage); bottomToTopLayout.AddChild(widgetForPage); SetPageVisibility(); }