public async Task <bool> DeleteHolidaysAsync(int holidayId) { return(await m_holidayService.DeleteAsync(holidayId)); }