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