public bool All(string criteria = null)
 {
     return(DataItems.All(GetExpression(criteria)));
 }