private void ForgetPasswordButton_Click(object sender, EventArgs e) { ForgetPassword fp = new ForgetPassword(); this.Hide(); fp.Show(); }