private void OnBtnAdEnrgyClick()
 {
     dataPlayer.DebugAddEnergy();
     GameEntry.Sound.PlaySound(EnumSound.ui_sound_forward);
 }