protected override void ProcessRecord() { DtAddXmlDataEntryCommand command = new DtAddXmlDataEntryCommand(this); command.Execute(); }