public N3DTController(N3DTView v) { this.View = v; this.Scanner = new N3DTScan(this); this.FileFormat = new N3DTFileFormat(this); }