public async Task Delete(int visitorId)
 {
     await _visitorRepository.DeleteAsync(visitorId);
 }