public void MoveToNextLevel()
 {
     LevelStats.Instance.UpdateLevel();
     CustomerPatienceStats.UpdateStats();
 }
 // Start is called before the first frame update
 void Start()
 {
     CustomerPatienceStats.UpdateStats();
 }