private void lbl_about_Click(object sender, EventArgs e) { AboutorForm aboutform = new AboutorForm(); aboutform.ShowDialog(); }