public IActionResult Add(Comment model)
 {
     _post.AddComment(model);
     return(Created("", model.CommentId));
 }