public DataTable Estadio() { DataTable listado = new DataTable(); listado = datos.listadoEstadio(); return(listado); }