private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Registration obj = new Registration(); obj.Show(); }