Run MenuItem Args
MenuFunction menuFunction;
menuFunction = new MenuFunction(menuItemDisplayStr(xxx), MenuItemType::Display);
Args args = new Args();
args.record(_task);
args.caller(_caller);
menuFunction.run(args);
MenuFunction menuFunction;
menuFunction = new MenuFunction(menuItemDisplayStr(xxx), MenuItemType::Display);
Args args = new Args();
args.record(_task);
args.caller(_caller);
menuFunction.run(args);