public IActionResult GetAllHolidaysForYear(int year) { return(Ok(_holidayService.GetAllHolidaysForYear(year))); }