protected override void BeginProcessing()
		{
			TmxAddSimpleTestResultCommand command =
			    new TmxAddSimpleTestResultCommand(this);
			command.Execute();
		}
        protected override void BeginProcessing()
        {
            var command = new TmxAddSimpleTestResultCommand(this);

            command.Execute();
        }