private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Registration form = new Registration(""); form.ShowDialog(); }