public override void RemoveAt(int index) { _data.RemoveRow(index); RaiseCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); }