private void pictureBox15_Click(object sender, EventArgs e) { frmMain o = new frmMain(); o.ShowDialog(); }