public void RaiseDeleteExecuted(DeleteExecutedEventArgs args) { if (DeleteExecuted != null) { DeleteExecuted(this, args); } }