public virtual void ExceptWith(IEnumerable <T> other) { foreach (var item in other) { _bTree.Remove(item); } }