public DebuggableProjectConfig()
 {
     SnapshotDebugConfig = new SnapshotDebugConfig("", "", "");
 }
        public SnapshotDebugConfigDialog(SnapshotDebugConfig config)
        {
            InitializeComponent();

            this.DataContext = config;
        }