private void CloseAlert()
 {
     mainForm.Ctags.SetGoToPositions(positions);
     alert.forcedClosing = true;
     alert.Close();
 }