public void init() { PrimaryViewForm mainView = new PrimaryViewForm(this); mainView.Show(); this.currentState.StateView().Show(); }