private async Task Eliminar() { IsBusy = true; servicio.eliminar(Id); await Task.Delay(2000); IsBusy = false; }