public Strength ModifyStrength(Strength newStrength)
 {
     return StrengthAccessor.ModifyStrength(newStrength);
 }
 public Strength CreateStrength(Strength strength)
 {
     return StrengthAccessor.CreateStrength(strength);
 }