private void btnAbout_Click(object sender, EventArgs e)
 {
     using (var w = new GetFile(this))
     {
         w.ShowDialog(this);
     }
 }