public void Dispose()
 {
     Blog.ClearAll();
     Post.ClearAll();
     Community.ClearAll();
 }