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