public IQueryable <EntityRelation> ApplyEntityRelationSearch(IQueryable <EntityRelation> query, EntityRelationSearch search, bool finalize)
 {
     return(searcher.ApplyEntityRelationSearch(query, search, finalize));
 }
 public void SearchEntityRelationEmpty()
 {
     SimpleEmptyTest <EntityRelation, EntityRelationSearch>((s, e) => searcher.ApplyEntityRelationSearch(e, s));
 }