for (int i = _activeTransitSectionList.size() - 1; i >= 0; i--) {
            if (_activeTransitSectionList.get(i) == ts) {
                _activeTransitSectionList.remove(i);
            }
        }