public List <StopDto> GetByName(string stopName)
 {
     return(_stopService.GetStopByName(stopName));
 }