private void About_Click(object sender, EventArgs e)
        {
            AboutBox1 abt = new AboutBox1();

            abt.ShowDialog();
        }
        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            AboutBox1 abt = new AboutBox1();

            abt.ShowDialog();
        }