private void forgotpwd_Click(object sender, EventArgs e) { forgotpassword fm = new forgotpassword(); fm.Show(); this.Hide(); fm.AddOwnedForm(this); }