public void Drop(string path)
 {
     store_ea.Drop(path);
     store_sqlite.Drop(path);
 }