private void registerBtn_Click(object sender, EventArgs e) { registrationForm ss = new registrationForm(); Hide(); ss.Show(); }