private void ItemCollapsed(ILazyCollection lazyCollectionComponent)
 {
     lazyCollectionComponent.IgnoreSubItems();
 }
 private void ItemExpanded(ILazyCollection lazyCollectionComponent)
 {
     lazyCollectionComponent.ExpandSubItems();
 }