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