private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { this.Hide(); CLogin f1 = new CLogin(); f1.ShowDialog(); }