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