public void Quit(bool closeDownTheWindow)
 {
     _applicationController.QuitDisplaying(this, closeDownTheWindow);
 }