/// <summary>
 /// Create a new TipoSostanze object.
 /// </summary>
 /// <param name="progressivo">Initial value of the Progressivo property.</param>
 /// <param name="descrizione">Initial value of the Descrizione property.</param>
 public static TipoSostanze CreateTipoSostanze(global::System.Int64 progressivo, global::System.String descrizione)
 {
     TipoSostanze tipoSostanze = new TipoSostanze();
     tipoSostanze.Progressivo = progressivo;
     tipoSostanze.Descrizione = descrizione;
     return tipoSostanze;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TipoSostanzes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTipoSostanzes(TipoSostanze tipoSostanze)
 {
     base.AddObject("TipoSostanzes", tipoSostanze);
 }