public DayVM(CollectionDay day) { Data = day; Weekday = day.Date.DayOfWeek.ToString().ToUpper(); Date = day.Date.ToRelativeString("MMM").ToUpper(); }