public int Borrar(Gol g) { int filas_almacenadas; filas_almacenadas = bd.BorrarGol(g); _goles.Remove(g); return(filas_almacenadas); }