private void BindCategorie()
        {
            Categorie _categorie = new Categorie();
            DataSet   Ds         = _categorie.GetData();

            CategorieDropDownList.SetDataSet("descrizione", "idcategoria", "Tutte le categorie", Ds);
            CategorieDropDownList.SetLabel("Categorie");
        }