private void OnDeleteActionCommandExecute() { _actionsHelper.RemoveAction(SelectedAction); Actions.Clear(); Actions = _actionsHelper.GetActions(); }