public ActionResult Article(int Id) { var detalle = ContentModel.GetContentbyIdParent(Id); return(View(detalle)); }