public async Task <bool> DeleteSchedule(int id) { return(await _attendanceRepository.DeleteSchedule(id)); }