private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutDTS aboutForm = new AboutDTS();

            aboutForm.ShowDialog(this);
        }
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutDTS aboutForm = new AboutDTS();
     aboutForm.ShowDialog(this);
 }