public void OnClose()
 {
     /*
      *@Desc: When the options menu is closed, set the active sub window display to be disable. This ensure that upon next load functionality remains consistent
      */
     _ActiveSubWindowDisplay.HideSubWindowDisplay();
 }