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