public async Task Delete(int id)
 {
     await _inspectionRepository.DeleteAsync(id);
 }