public IActionResult AllComments() { return(View(_comment.AllComments())); }
public IEnumerable <Comment> AllComments(int id) { // Hello(id); return(_comment.AllComments(id)); }