public void TestUnreserveAll() {
     PostDB db = new PostDB();
     db.unreserveAll();
 }