public Wizard() { Options = UserOptions.GetUserOptions(); Controls.Add(typeof(Start)); Controls.Add(typeof(Scan)); Controls.Add(typeof(Results)); }