/// <summary>
 /// Hide the window
 /// </summary>
 public void HideMainWindow()
 {
     MainWindowHelper.Hide();
 }