/// <summary>
 /// Deprecated Method for adding a new object to the Soccer_MatchedBets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_MatchedBets(Soccer_MatchedBets soccer_MatchedBets)
 {
     base.AddObject("Soccer_MatchedBets", soccer_MatchedBets);
 }
 /// <summary>
 /// Create a new Soccer_MatchedBets object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="backBetID">Initial value of the BackBetID property.</param>
 /// <param name="layBetID">Initial value of the LayBetID property.</param>
 /// <param name="matchedPrice">Initial value of the MatchedPrice property.</param>
 /// <param name="matchedStake">Initial value of the MatchedStake property.</param>
 /// <param name="commissionCharged">Initial value of the CommissionCharged property.</param>
 /// <param name="matchedTime">Initial value of the MatchedTime property.</param>
 public static Soccer_MatchedBets CreateSoccer_MatchedBets(global::System.Int64 id, global::System.Int64 backBetID, global::System.Int64 layBetID, global::System.Decimal matchedPrice, global::System.Decimal matchedStake, global::System.Decimal commissionCharged, global::System.DateTime matchedTime)
 {
     Soccer_MatchedBets soccer_MatchedBets = new Soccer_MatchedBets();
     soccer_MatchedBets.ID = id;
     soccer_MatchedBets.BackBetID = backBetID;
     soccer_MatchedBets.LayBetID = layBetID;
     soccer_MatchedBets.MatchedPrice = matchedPrice;
     soccer_MatchedBets.MatchedStake = matchedStake;
     soccer_MatchedBets.CommissionCharged = commissionCharged;
     soccer_MatchedBets.MatchedTime = matchedTime;
     return soccer_MatchedBets;
 }