public void Save(Dao dao, Type type)
 {
     _storageAdapter.Save(dao, type, _connection, _transaction);
 }