public void UpdateTable(string tablename, CorreggiDateListiniDS ds)
        {
            CorreggiDateListiniAdapter a = new CorreggiDateListiniAdapter(DbConnection, DbTransaction);

            a.UpdateTable(tablename, ds);
        }