public Task <IEnumerable <Aluno> > GetAlunoByNome(string nome) { return(_alunoRepository.GetAlunoByNome(nome)); }