public async Task <TimeRecord> GetTimeRecordById(int id)
 {
     return(await _timeRecordRepository.GetTimeRecordById(id));
 }