public void FillUSR_PRD_MOVFASI(PianificazioneDS ds, List <string> IDPRDFASE)
        {
            PianificazioneAdapter a = new PianificazioneAdapter(DbConnection, DbTransaction);

            a.FillUSR_PRD_MOVFASI(ds, IDPRDFASE);
        }