public void StartNextChoice()
 {
     _currentBridge.BreakBridge();
     _currentBridge.ActivateBridges(_islandDestination);
 }