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