public void Pull() { ageInYears = p.GetAge(); }
public void Pull() { ageInMonths = p.GetAge() * 12; }