private void forget_lb_Click(object sender, EventArgs e) { this.Hide(); FindPasswdUI r = new FindPasswdUI(); r.Show(); }