protected override async Task OnInitializedAsync() { Storages = await PhotoService.GetAllStoragesAsync(); Persons = await PhotoService.GetAllPersonsAsync(); Tags = await PhotoService.GetAllTagsAsync(); Paths = await PhotoService.GetAllPathsAsync(); }