/// <summary>
 /// Deprecated Method for adding a new object to the Passings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPassings(Passing passing)
 {
     base.AddObject("Passings", passing);
 }
 /// <summary>
 /// Create a new Passing object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rFID">Initial value of the RFID property.</param>
 /// <param name="raceTime">Initial value of the RaceTime property.</param>
 public static Passing CreatePassing(global::System.Int64 id, global::System.Int64 rFID, global::System.Int64 raceTime)
 {
     Passing passing = new Passing();
     passing.Id = id;
     passing.RFID = rFID;
     passing.RaceTime = raceTime;
     return passing;
 }