/// <summary>
 /// Form内コントールの状態を更新
 /// </summary>
 public void updateControl()
 {
     // checkBoxIsStartupの状態を更新
     chkIsStartUp.IsChecked = WindowsUtil.ExistsStartUp_CurrentUserRun(model.StartupName);
 }