public static IQueryable <T> Entities <T>(this IADORepository source) where T : class
 {
     return(source.Filter <T>());
 }