private void geoCodingToolStripMenuItem_Click(object sender, EventArgs e) { geocoding g = new geocoding(); g.Process(); }