private void button3_Click(object sender, EventArgs e) { sign_in p = new sign_in(); p.Show(); this.Hide(); MessageBox.Show("Successfully Log out"); }