public SafeGetElementTestClass SetAge()
 {
     Age = DateOfBirth.GetAge();
     return(this);
 }