private void soferiToolStripMenuItem1_Click(object sender, EventArgs e) { DriversStatistics drivers = new DriversStatistics(); drivers.ShowDialog(); }