public void Sell()
 {
     node.SellTurret();
     ItemManager.instance.DeselectNode();
 }