/// <summary>
 /// Create a new bvc_Policy object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_Policy Createbvc_Policy(global::System.Int32 id, global::System.Int32 type, global::System.Int32 sortOrder)
 {
     bvc_Policy bvc_Policy = new bvc_Policy();
     bvc_Policy.ID = id;
     bvc_Policy.Type = type;
     bvc_Policy.SortOrder = sortOrder;
     return bvc_Policy;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Policy EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Policy(bvc_Policy bvc_Policy)
 {
     base.AddObject("bvc_Policy", bvc_Policy);
 }