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