void EndDialogue()
 {
     animator.SetBool("IsOpen", false);
     gameStarter.NextAfterDialogue();
 }