/// <summary>
 /// Create a new chrRaces object.
 /// </summary>
 /// <param name="raceID">Initial value of the raceID property.</param>
 public static chrRaces CreatechrRaces(global::System.Byte raceID)
 {
     chrRaces chrRaces = new chrRaces();
     chrRaces.raceID = raceID;
     return chrRaces;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the chrRaces EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTochrRaces(chrRaces chrRaces)
 {
     base.AddObject("chrRaces", chrRaces);
 }