public HomeController()
 {
     _postService = new PostService();
 }
 public PostController()
 {
     _postService = new PostService();
 }
 public CommentController()
 {
     _postService = new PostService();
 }