public List <Atividade> listaporAluno(int id)
 {
     return(repositorio.listaporAluno(id));
 }