public EffectChoiceViewModel(IEffectChoice choice)
 {
     Choice = choice;
       Selected = choice.Options[0];
 }
 public EffectChoiceViewModel(IEffectChoice choice)
 {
     Choice   = choice;
     Selected = choice.Options[0];
 }