private async void LoadEntidades() { try { this.IsRefreshing = true; // var mongoService = new ApiServicio(); EntidadSeleccionada = (List <Entidad>) await apiServicios.listaEntidadesSeleccionada(Entidad.id); this.IsRefreshing = false; } catch (Exception e) { Console.WriteLine("NO SE PUDO TOMAR LOS DATOSSSSSSS : " + e.Message); } }