if(System.Windows.Forms.MessageBox.Show("Go on work?", "Stop the project or continue?", System.Windows.Forms.MessageBoxButtons.YesNo, System.Windows.Forms.MessageBoxIcon.Question) == System.Windows.Forms.DialogResult.No)
throw new Exception("user have pressed \"no\", going to red branch");