public async Task <Aluno> ConsultarAlunoPeloId(int idDoAluno)
 {
     return(await _alunoRepository.ConsultarAlunoPeloId(idDoAluno));
 }