/// <summary>
 /// Deprecated Method for adding a new object to the Retes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRetes(Rete rete)
 {
     base.AddObject("Retes", rete);
 }
 /// <summary>
 /// Create a new Rete object.
 /// </summary>
 /// <param name="numeroRete">Initial value of the NumeroRete property.</param>
 /// <param name="nomeRete">Initial value of the NomeRete property.</param>
 public static Rete CreateRete(global::System.Int64 numeroRete, global::System.String nomeRete)
 {
     Rete rete = new Rete();
     rete.NumeroRete = numeroRete;
     rete.NomeRete = nomeRete;
     return rete;
 }