private void Awake()
        {
            if (Window == null)
            {
                Window = GetComponentInParent <JEMInterfaceWindow>();
            }

            Debug.Assert(Window != null, "Window is missing!", this);
        }
 private void Reset()
 {
     Window = GetComponentInParent <JEMInterfaceWindow>();
 }