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