protected void verificaListeMovimentoLegale() throws Exception {
new VerificatoreListeMovimentoLegale(prefissoCasoDaTestare, getDao().getListMovimentoLegale()).verifica();
}
protected void verificaListePartita() throws Exception {
new VerificatoreListePartita(prefissoCasoDaTestare, getDao().getListPartita()).verifica();
}