private void Window_Closed(object sender, EventArgs e)
 {
     instance = null;
 }
 public SettingControl()
 {
     instance = this;
     InitializeComponent();
 }