public Transaction remove(@NonNull SurfaceControl sc) {
    reparent(sc, null);
    sc.release();
    return this;
}