public ActionResult ActivarCat(int id) { oCatDAO.ActivarCat(id); return(RedirectToAction("ListarCat")); }