private void HandleOnWindowClosing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     _progressNotifyIcon.Hide();
 }