public async Task EnableIt(MyUserAdapterModel item) { await CurrentService.EnableIt(item); dataGrid.RefreshGrid(); }