/// <summary>
 /// Create a new U_PasswordHistory object.
 /// </summary>
 /// <param name="pKId">Initial value of the PKId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="changedDate">Initial value of the ChangedDate property.</param>
 public static U_PasswordHistory CreateU_PasswordHistory(global::System.Int32 pKId, global::System.Guid userId, global::System.String password, global::System.DateTime changedDate)
 {
     U_PasswordHistory u_PasswordHistory = new U_PasswordHistory();
     u_PasswordHistory.PKId = pKId;
     u_PasswordHistory.UserId = userId;
     u_PasswordHistory.Password = password;
     u_PasswordHistory.ChangedDate = changedDate;
     return u_PasswordHistory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_PasswordHistory EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_PasswordHistory(U_PasswordHistory u_PasswordHistory)
 {
     base.AddObject("U_PasswordHistory", u_PasswordHistory);
 }