public void Execute(object parameter) { Category category = (Category)parameter; _viewmodel.RemoveCategoryAsync(category); }