public IActionResult AprovarComentario(int id) { comentariorepositorio.AprovarComentario(id); return(RedirectToAction("Comentarios")); }