/// <summary>
 /// Create a new GastoInforme object.
 /// </summary>
 /// <param name="idGastoInforme">Initial value of the IdGastoInforme property.</param>
 /// <param name="mes">Initial value of the Mes property.</param>
 /// <param name="fechaPresentacion">Initial value of the FechaPresentacion property.</param>
 public static GastoInforme CreateGastoInforme(global::System.Int32 idGastoInforme, global::System.Int32 mes, global::System.DateTime fechaPresentacion)
 {
     GastoInforme gastoInforme = new GastoInforme();
     gastoInforme.IdGastoInforme = idGastoInforme;
     gastoInforme.Mes = mes;
     gastoInforme.FechaPresentacion = fechaPresentacion;
     return gastoInforme;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GastoInforme EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGastoInforme(GastoInforme gastoInforme)
 {
     base.AddObject("GastoInforme", gastoInforme);
 }