protected override void RemoveItem(int index)
 {
     InternalCollection.RemoveAt(index);
 }