public void GoToPrevious()
 {
     _timetableList.GoToPrevious();
     NotifyObserver();
 }