public bool IsSatisfiedBy(AlunoTurma alunoturma)
 {
     return(_alunoturmarepository.BuscarAlunoturmaPorIds(alunoturma.AlunoId, alunoturma.TurmaId) == null);
 }