/// <summary>
 /// Create a new Holiday object.
 /// </summary>
 /// <param name="holID">Initial value of the HolID property.</param>
 /// <param name="holDate">Initial value of the HolDate property.</param>
 /// <param name="holDesc">Initial value of the HolDesc property.</param>
 public static Holiday CreateHoliday(global::System.Int16 holID, global::System.DateTime holDate, global::System.String holDesc)
 {
     Holiday holiday = new Holiday();
     holiday.HolID = holID;
     holiday.HolDate = holDate;
     holiday.HolDesc = holDesc;
     return holiday;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Holidays EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHolidays(Holiday holiday)
 {
     base.AddObject("Holidays", holiday);
 }