public void GoTo(int index)
 {
     _timetableList.GoTo(index);
     NotifyObserver();
 }