/// <summary>
 /// Deprecated Method for adding a new object to the ScoreTypeMSTs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToScoreTypeMSTs(ScoreTypeMST scoreTypeMST)
 {
     base.AddObject("ScoreTypeMSTs", scoreTypeMST);
 }
 /// <summary>
 /// Create a new ScoreTypeMST object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="scoreType">Initial value of the ScoreType property.</param>
 public static ScoreTypeMST CreateScoreTypeMST(global::System.Int16 id, global::System.String scoreType)
 {
     ScoreTypeMST scoreTypeMST = new ScoreTypeMST();
     scoreTypeMST.ID = id;
     scoreTypeMST.ScoreType = scoreType;
     return scoreTypeMST;
 }