/// <summary>
 /// Create a new DOMEN object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="dOMEN1">Initial value of the DOMEN1 property.</param>
 /// <param name="uRAGAN">Initial value of the URAGAN property.</param>
 public static DOMEN CreateDOMEN(global::System.Int32 id, global::System.String dOMEN1, global::System.Double uRAGAN)
 {
     DOMEN dOMEN = new DOMEN();
     dOMEN.ID = id;
     dOMEN.DOMEN1 = dOMEN1;
     dOMEN.URAGAN = uRAGAN;
     return dOMEN;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DOMEN EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDOMEN(DOMEN dOMEN)
 {
     base.AddObject("DOMEN", dOMEN);
 }