internal static int JugadorAlta(int id)
 {
     JugadoresDAL jugadoresDal = new JugadoresDAL();
     return jugadoresDal.JugadorAlta(id);
 }