public static string Age(this DataRow row) { return(Politicians.GetAgeFromDateTime(row.DateOfBirth())); }