public void FillUSR_INFRA_FASE_TO_FASE(PianificazioneDS ds, DateTime dataLimiteRicerche)
        {
            PianificazioneAdapter a = new PianificazioneAdapter(DbConnection, DbTransaction);

            a.FillUSR_INFRA_FASE_TO_FASE(ds, dataLimiteRicerche);
        }