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