var query =
from c in customers.OnlyVisible()
where c.Age < 40
select c;
