public static IQueryable <TListState> Query(ICollectionsRepository collectionsRepo) { var data = collectionsRepo.Query <TListState>(); return(data); }