public virtual void ImportChildren(ChildCollection children) { foreach (var child in children.ToList()) Import(child); }