public async Task Initialize()
        {
            await _companyRepository.Load();

            await _recordRepository.Load();

            await _expertRepository.Load();

            await _photoRepository.Load();
        }