private async Task DeleteItem() { _itemService.DeleteInstance(Item); _itemService.UpdateTable(); Close(this); }