public IEnumerable <T> All <T>() where T : class
 {
     return(_sessionCache.All <T>());
 }