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