public List <Questao> listaQuestao(int id)
 {
     return(repositorio.listaQuestao(id));
 }