private void connectionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ConnectionForm ConnectionsForm1 = new ConnectionForm();

            ConnectionsForm1.Show();
        }
 private void connectionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ConnectionForm ConnectionsForm1 = new ConnectionForm();
     ConnectionsForm1.Show();
 }