/// <summary>
 /// Create a new time object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="station_id">Initial value of the station_id property.</param>
 /// <param name="time1">Initial value of the time1 property.</param>
 /// <param name="number">Initial value of the number property.</param>
 public static time Createtime(global::System.Int32 id, global::System.Int32 station_id, global::System.String time1, global::System.Int32 number)
 {
     time time = new time();
     time.id = id;
     time.station_id = station_id;
     time.time1 = time1;
     time.number = number;
     return time;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the times EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotimes(time time)
 {
     base.AddObject("times", time);
 }