/// <summary>
 /// Create a new Claim object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="accountId">Initial value of the AccountId property.</param>
 public static Claim CreateClaim(global::System.Int64 id, global::System.Int64 accountId)
 {
     Claim claim = new Claim();
     claim.Id = id;
     claim.AccountId = accountId;
     return claim;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Claims EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClaims(Claim claim)
 {
     base.AddObject("Claims", claim);
 }