public async void DeleteBrandAction() { await _brandService.DeleteBrandById(SelectedBrand.GetId()); SelectedBrand = null; await UpdateData(); }