private void linkcadastro_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Login1 L1 = new Login1(); L1.ShowDialog(); }