public ThreadController() { this.postService = new PostServices(); }
public CommentController() { this.postService = new PostServices(); }