public DTO.ResponseService <DTO.GBHoliday[]> GETGBHoliday(int page, int count) { return(svc.GetHolidayList(page, count)); }