public void Update(MTG mtg) { BoardInfo info = new BoardInfo(); info.Import(mtg); BoardViewerController <BoardInfo> .Update(info); }