public LuaTable GetBagItemData()
 {
     return(LuaHelper.ConvertToTable(ProxyManager.GetInstance().Get <LuaTestProxy>().BagItemDataList));
 }