public int Añadir(Gol g) { int filas_almacenadas; filas_almacenadas = bd.AñadirGol(g); _goles.Add(g); return(filas_almacenadas); }