internal void Remove(ViewItemYear year)
 {
     Years.Remove(year);
 }
 internal void Add(ViewItemYear year)
 {
     Years.InsertSorted(year);
 }