private void accountToolStripMenuItem1_Click(object sender, EventArgs e) { loginEditcs child = new loginEditcs(this); child.Show(); }