public async Task <object> SaveTimeRecord(TimeRecord entity)
 {
     return(await _timeRecordRepository.SaveTImeRecord(entity));
 }