public ThreadHub()
 {
     _forumContext = new ForumContext();
 }
 public PostHub()
 {
     _forumContext = new ForumContext();
 }