public CHOOSE(Model.Actors.Hand aHand, Model.Spells.Spell.spellsComboEnum aSpellType)
 {
     this.hand = aHand;
     this.spellType = aSpellType;
 }
 public TARGET(Model.Actors.Hand aHand, Model.Actors.Actor aTarget)
 {
     this.hand = aHand;
     this.target = aTarget;
 }