public Pointer(string name) { pointer = Create(name); }
public PointerVariabel(PointerContainer pointer) { this.pointer = pointer; }