/// <summary>
 /// Deprecated Method for adding a new object to the PuntosNieve EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPuntosNieve(PuntoNieve puntoNieve)
 {
     base.AddObject("PuntosNieve", puntoNieve);
 }
 /// <summary>
 /// Create a new PuntoNieve object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 public static PuntoNieve CreatePuntoNieve(global::System.Int16 id, global::System.String nombre)
 {
     PuntoNieve puntoNieve = new PuntoNieve();
     puntoNieve.ID = id;
     puntoNieve.Nombre = nombre;
     return puntoNieve;
 }