/// <summary>
 /// Deprecated Method for adding a new object to the EnzimaInfeziones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEnzimaInfeziones(EnzimaInfezione enzimaInfezione)
 {
     base.AddObject("EnzimaInfeziones", enzimaInfezione);
 }
 /// <summary>
 /// Create a new EnzimaInfezione object.
 /// </summary>
 /// <param name="progressivo">Initial value of the Progressivo property.</param>
 /// <param name="enzima">Initial value of the Enzima property.</param>
 /// <param name="infezione">Initial value of the Infezione property.</param>
 public static EnzimaInfezione CreateEnzimaInfezione(global::System.Int64 progressivo, global::System.String enzima, global::System.Int64 infezione)
 {
     EnzimaInfezione enzimaInfezione = new EnzimaInfezione();
     enzimaInfezione.Progressivo = progressivo;
     enzimaInfezione.Enzima = enzima;
     enzimaInfezione.Infezione = infezione;
     return enzimaInfezione;
 }