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