private void greedyToolStripMenuItem_Click(object sender, EventArgs e) { this.reset(); CityData.solveGreedy(); }