public IActionResult DayDetail(int dayId) { var day = _dayService.GetDayById(dayId); return(View(day)); }