Inheritance: _Data_Cancelled
		public Dialog_Cancelled (Cancelled Data) {
			InitializeComponent();
			this.Data = Data;
			Refresh ();

			}