private static void VS_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { for (int i = 0; i < VS.Count(); i++) { _vs[i].Index = i; } //throw new NotImplementedException(); }