public ActionResult DelCuenta(string id) { cc = ccDAO.ObtenerCuenta(Convert.ToInt32(id)); ccDAO.Borrar(Convert.ToInt32(id)); TempData["mesajeDelete"] = "mensagem Ok"; return(RedirectToAction("ManupularDatosCuenta", "Cuenta")); }