private void графикПроходимостиToolStripMenuItem_Click(object sender, EventArgs e) { ChartPassabilityForm chart = new ChartPassabilityForm(); chart.ShowDialog(); }