/// <summary>
 /// Deprecated Method for adding a new object to the RegistroIPs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRegistroIPs(RegistroIP registroIP)
 {
     base.AddObject("RegistroIPs", registroIP);
 }
 /// <summary>
 /// Create a new RegistroIP object.
 /// </summary>
 /// <param name="indirizzoIP">Initial value of the IndirizzoIP property.</param>
 /// <param name="rete">Initial value of the Rete property.</param>
 public static RegistroIP CreateRegistroIP(global::System.String indirizzoIP, global::System.Int64 rete)
 {
     RegistroIP registroIP = new RegistroIP();
     registroIP.IndirizzoIP = indirizzoIP;
     registroIP.Rete = rete;
     return registroIP;
 }