public void Heal(CardController friendCard)
 {
     cardModel.Heal(friendCard);
     friendCard.RefreshView();
 }