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