public ActionResult Done2(string Equipo, string Jugador, int Numero) { SW.Agregar(Equipo, Jugador, Numero); return(View()); }