protected void verificaListeConto() throws Exception {
new VerificatoreListeConto(prefissoCasoDaTestare, getDao().getListConto()).verifica();
}
protected void verificaListeMovimentoContabile() throws Exception {
new VerificatoreListeMovimentoContabile(prefissoCasoDaTestare, getDao().getListaMovimentoContabile()).verifica();
}