private void launchPhotoDataEditorToolStripMenuItem_Click(object sender, EventArgs e) { PhotoDataEditor pde = new PhotoDataEditor(); pde.Show(); }