/**** Import Map from Filer */ public void Init(IView newView) { theFiler = new Filer(); theFiler.Init(); SetView(newView); }