private void графикПрибылиToolStripMenuItem_Click(object sender, EventArgs e) { ChartProfitForm chart = new ChartProfitForm(); chart.ShowDialog(); }