public void OnClickForGold()
 {
     if (long.TryParse(ui_EtGold.text, out long data))
     {
         handler_Game.AddUserGold(data);
     }
 }