public void AddLineToFavourite(Line line)
 {
     throw new System.NotImplementedException();
 }
 public List<BusStop> GetFavoriteBusStop(Line line)
 {
     throw new System.NotImplementedException();
 }
 private void ExecuteNavigateToLineDetails()
 {
     SendMessage();
     _selectedLine = null;
     _navigationService.NavigateTo("LineDetailsView");
 }