protected void PushArgs(IntPtr L, object o)
 {
     LuaScriptMgr.PushVarObject(L, o);
 }
 internal void push(IntPtr luaState, object o)
 {
     LuaScriptMgr.PushVarObject(luaState, o);
 }