private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ChangePassword cp = new ChangePassword(); cp.ShowDialog(); }