public void AddArgument(LuaExpressionSyntax argument)
 {
     ArgumentList.AddArgument(argument);
 }