public override void StopLevel()
 {
     playerController.Disable();
     mono.StopAllCoroutines();
     mapController.Enable();
 }