public void TestExpDate() {
     PostDB db = new PostDB();
     int n= db.checkExpPosts();
     Assert.AreEqual(1, n);
 }