private void Start()
 {
     shipUI = GetComponentInChildren <ShipUI>();
     //battleManager = Toolbox.GetInstance().GetBattleManager();
 }