public void Validate_TrueResult()
 {
     objNewCharacterSkill.Validate();
     Assert.IsTrue(objNewCharacterSkill.Validated);
 }