public List <Pregunta> GetPregId(string curso, int id)
 {
     return(preg.PreguntaId(curso, id));
 }