public void SubmitInput()
 {
     if (screensTransitionManager.InWalkthrough())
     {
         StartCoroutine(ToControls());
     }
 }
 public void CancelInput()
 {
     StartCoroutine(Back(screensTransitionManager.InWalkthrough()));
 }