public ActionResult EditarCategoria(int id) { CategoriaBEAN oCatBean = oCatDAO.BuscarCatId(id); return(View(oCatBean)); }