private void picTop_Click(object sender, EventArgs e)
 {
     if (aboutForm != null)
     {
         aboutForm.ShowAbout(this);
     }
 }