/// <summary>
 /// Deprecated Method for adding a new object to the Soccer_AsianHandicap EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_AsianHandicap(Soccer_AsianHandicap soccer_AsianHandicap)
 {
     base.AddObject("Soccer_AsianHandicap", soccer_AsianHandicap);
 }
 /// <summary>
 /// Create a new Soccer_AsianHandicap object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="homeHandicap">Initial value of the HomeHandicap property.</param>
 /// <param name="awayHandicap">Initial value of the AwayHandicap property.</param>
 /// <param name="homePrice">Initial value of the HomePrice property.</param>
 /// <param name="awayPrice">Initial value of the AwayPrice property.</param>
 /// <param name="period">Initial value of the Period property.</param>
 /// <param name="isBestPrice">Initial value of the IsBestPrice property.</param>
 /// <param name="xMLFeedsFile">Initial value of the XMLFeedsFile property.</param>
 public static Soccer_AsianHandicap CreateSoccer_AsianHandicap(global::System.Int64 id, global::System.Int64 matchID, global::System.String homeHandicap, global::System.String awayHandicap, global::System.Decimal homePrice, global::System.Decimal awayPrice, global::System.Byte period, global::System.Boolean isBestPrice, global::System.String xMLFeedsFile)
 {
     Soccer_AsianHandicap soccer_AsianHandicap = new Soccer_AsianHandicap();
     soccer_AsianHandicap.ID = id;
     soccer_AsianHandicap.MatchID = matchID;
     soccer_AsianHandicap.HomeHandicap = homeHandicap;
     soccer_AsianHandicap.AwayHandicap = awayHandicap;
     soccer_AsianHandicap.HomePrice = homePrice;
     soccer_AsianHandicap.AwayPrice = awayPrice;
     soccer_AsianHandicap.Period = period;
     soccer_AsianHandicap.IsBestPrice = isBestPrice;
     soccer_AsianHandicap.XMLFeedsFile = xMLFeedsFile;
     return soccer_AsianHandicap;
 }