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