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