public List <StopDto> GetNamed()
 {
     return(_stopService.GetDistinctStopsByName());
 }