protected void verificaListeInterfacciaAntiMafia() throws Exception {
new VerificatoreListeInterfacciaAntiMafia(prefissoCasoDaTestare, getDao().getListInterfacciaAntiMafia()).verifica();
}
protected void verificaListeMovimentoLegale() throws Exception {
new VerificatoreListeMovimentoLegale(prefissoCasoDaTestare, getDao().getListMovimentoLegale()).verifica();
}