public void DestroyGasNet(GasNet net)
 {
     GasNetworks.Remove(net);
     net.Destroy();
 }