private void UnselectAll( List <PlatoonBehaviour> selectedPlatoons, bool justPreviewing) { selectedPlatoons.ForEach(x => x.SetSelected(false, justPreviewing)); selectedPlatoons.Clear(); _selectionPane.OnSelectionCleared(); }