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