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