/// <summary>
 /// Deprecated Method for adding a new object to the Soccer_DrawNoBet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_DrawNoBet(Soccer_DrawNoBet soccer_DrawNoBet)
 {
     base.AddObject("Soccer_DrawNoBet", soccer_DrawNoBet);
 }
 /// <summary>
 /// Create a new Soccer_DrawNoBet object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 public static Soccer_DrawNoBet CreateSoccer_DrawNoBet(global::System.Int64 id, global::System.Int64 matchID)
 {
     Soccer_DrawNoBet soccer_DrawNoBet = new Soccer_DrawNoBet();
     soccer_DrawNoBet.ID = id;
     soccer_DrawNoBet.MatchID = matchID;
     return soccer_DrawNoBet;
 }