/// <summary>
 /// Deprecated Method for adding a new object to the Days EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDays(Day day)
 {
     base.AddObject("Days", day);
 }
 /// <summary>
 /// Create a new Day object.
 /// </summary>
 /// <param name="dateDay">Initial value of the DateDay property.</param>
 public static Day CreateDay(global::System.DateTime dateDay)
 {
     Day day = new Day();
     day.DateDay = dateDay;
     return day;
 }