public void CheckWin()
 {
     if (enemiesManager.GetMonsterCount() == 0)
     {
         LoadNextLevel();
     }
 }