public ActionResult DeleteCuenta(string id)
        {
            cc = ccDAO.ObtenerCuenta(Convert.ToInt32(id));

            return(View(cc));
        }