public void AdicionarAluno(Guid alunoId, Guid cursoId)
 {
     _cursoService.AdicionarAluno(alunoId, cursoId);
 }