public Form1() { InitializeComponent(); //change to login screen LoginScreen ls = new LoginScreen(); this.Controls.Add(ls); }