private void btnAttach_Click(object sender, EventArgs e)
 {
     if (mainForm.CallAttachPdb(this))
     {
         LoadList();
     }
 }