public Pregunta GetPreguntaJuego(int nroPreguntaRespondida) { return(Preguntas.OrderBy(p => p.Id).ToList()[nroPreguntaRespondida]); }