/// <summary>
 /// Deprecated Method for adding a new object to the Policies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPolicies(Policy policy)
 {
     base.AddObject("Policies", policy);
 }
 /// <summary>
 /// Create a new Policy object.
 /// </summary>
 /// <param name="policyID">Initial value of the PolicyID property.</param>
 public static Policy CreatePolicy(global::System.Int32 policyID)
 {
     Policy policy = new Policy();
     policy.PolicyID = policyID;
     return policy;
 }