// CRUD Pilotos
 public List <PilotosDto> getPilotos() => _repository.getPilotos().AsLstPilotos();