IEnumerator ClosePanel()
    {
        yield return(new WaitForSeconds(SecondsToWait));

        PlayerSession.IncrementTutorialStep();
        Hide();
    }