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