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