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