public IActionResult Update(int id, CommentModel model)
 {
     return(Ok(_db.Update(id, model)));
 }