protected override void InsertItem(int index, T item) { base.InsertItem(index, item); parent.InsertItem(index, item); }