private async void LoadList() { var list = await _documentoService.GetAll(); if (list != null && list.Any()) { dtProveedor.DataSource = list; } }