public bool CheckIfLevelExists(int sceneIndex)
 {
     return(progression.CheckIfLevelExists(sceneIndex));
 }