/// <summary>
 /// Deprecated Method for adding a new object to the FeriadoSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFeriadoSet(Feriado feriado)
 {
     base.AddObject("FeriadoSet", feriado);
 }
 /// <summary>
 /// Create a new Feriado object.
 /// </summary>
 /// <param name="idFeriado">Initial value of the IdFeriado property.</param>
 /// <param name="idPais">Initial value of the IdPais property.</param>
 /// <param name="fecha">Initial value of the Fecha property.</param>
 public static Feriado CreateFeriado(global::System.Int32 idFeriado, global::System.Int32 idPais, global::System.DateTime fecha)
 {
     Feriado feriado = new Feriado();
     feriado.IdFeriado = idFeriado;
     feriado.IdPais = idPais;
     feriado.Fecha = fecha;
     return feriado;
 }