private void BackBtn_Click(object sender, EventArgs e) { HomeScreen hs = new HomeScreen(); MainClass.ShowWindow(hs, this, MdiParent); }