public CommentCollection GetComments(string postid, bool allComments) { return(dataService.GetCommentsFor(postid, allComments)); }