public ActionResult Guardar(Videogames game) { //guardar datos en db game.Update(); //Rediccionar a una vista de ver return(Redirect("~/")); }