public void RemoveAllCache <T>()
 {
     _db.RemoveAllCache <T>();
 }