public void FillAP_GALVANICA_SPESSORI(CertixDS ds, string IDMAGAZZ, string IDMAGAZZ_WIP)
        {
            CertixWSAdapter a = new CertixWSAdapter(DbConnection, DbTransaction);

            a.FillAP_GALVANICA_SPESSORI(ds, IDMAGAZZ, IDMAGAZZ_WIP);
        }
        public void FillAP_GALVANICA_SPESSORI(string Brand, string Finitura, CertixDS ds)
        {
            CertixWSAdapter a = new CertixWSAdapter(DbConnection, DbTransaction);

            a.FillAP_GALVANICA_SPESSORI(Brand, Finitura, ds);
        }