public firstForm() { InitializeComponent(); mainScreen ms = new mainScreen(); this.Controls.Add(ms); }