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