public void RefreshData(List <TableVersion> _data) { this._data.Clear(); this._data = GameUtil.Clone <TableVersion>(_data); Save(); }