/// <summary>
 /// Create a new vw_ClaimsClosedListing object.
 /// </summary>
 /// <param name="claimID">Initial value of the ClaimID property.</param>
 /// <param name="policyID">Initial value of the PolicyID property.</param>
 /// <param name="claim_num">Initial value of the Claim_num property.</param>
 /// <param name="clientClaimNumber">Initial value of the ClientClaimNumber property.</param>
 /// <param name="insured">Initial value of the Insured property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 /// <param name="statusName">Initial value of the StatusName property.</param>
 /// <param name="age">Initial value of the Age property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="adjusterID">Initial value of the AdjusterID property.</param>
 /// <param name="carrierID">Initial value of the CarrierID property.</param>
 public static vw_ClaimsClosedListing Createvw_ClaimsClosedListing(global::System.Int32 claimID, global::System.Int32 policyID, global::System.String claim_num, global::System.String clientClaimNumber, global::System.String insured, global::System.Boolean isActive, global::System.String statusName, global::System.Int32 age, global::System.Int32 userID, global::System.Int32 adjusterID, global::System.Int32 carrierID)
 {
     vw_ClaimsClosedListing vw_ClaimsClosedListing = new vw_ClaimsClosedListing();
     vw_ClaimsClosedListing.ClaimID = claimID;
     vw_ClaimsClosedListing.PolicyID = policyID;
     vw_ClaimsClosedListing.Claim_num = claim_num;
     vw_ClaimsClosedListing.ClientClaimNumber = clientClaimNumber;
     vw_ClaimsClosedListing.Insured = insured;
     vw_ClaimsClosedListing.IsActive = isActive;
     vw_ClaimsClosedListing.StatusName = statusName;
     vw_ClaimsClosedListing.Age = age;
     vw_ClaimsClosedListing.UserID = userID;
     vw_ClaimsClosedListing.AdjusterID = adjusterID;
     vw_ClaimsClosedListing.CarrierID = carrierID;
     return vw_ClaimsClosedListing;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_ClaimsClosedListings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_ClaimsClosedListings(vw_ClaimsClosedListing vw_ClaimsClosedListing)
 {
     base.AddObject("vw_ClaimsClosedListings", vw_ClaimsClosedListing);
 }