public IEnumerator <Comment> GetEnumerator()
 {
     return(collection.Where(c => c.Parent == this).GetEnumerator());
 }