/// <summary>
 /// Deprecated Method for adding a new object to the Interes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInteres(Interes interes)
 {
     base.AddObject("Interes", interes);
 }
 /// <summary>
 /// Create a new Interes object.
 /// </summary>
 /// <param name="pkInteresID">Initial value of the pkInteresID property.</param>
 /// <param name="asPorcentaje">Initial value of the asPorcentaje property.</param>
 public static Interes CreateInteres(global::System.Int32 pkInteresID, global::System.String asPorcentaje)
 {
     Interes interes = new Interes();
     interes.pkInteresID = pkInteresID;
     interes.asPorcentaje = asPorcentaje;
     return interes;
 }