public SimpleDashSettingsPanel(SimpleDashboard simpleDashController)
        {
            InitializeComponent();
            this.simpleDashController = simpleDashController;

            RefreshControls();
        }
        public SimpleDashSettingsPanel(SimpleDashboard simpleDashController)
        {
            InitializeComponent();
            this.simpleDashController = simpleDashController;

            RefreshControls();
        }