protected override void ExtendedExecute(IPlayerManager player)
 {
     player.AddAbility(Ability);
     player.PopUp("New Ability ", _abilityPrefab.MappedButton.ToString() + ": " + _abilityPrefab.AbilityName + "!");
     Destroy(gameObject);
 }