public ActionResult Crear(EF_Practice.Marca marca) { bool exito = DAGeneral.RegistrarMarca(marca); return(RedirectToAction("Index")); }