private void SetReturnData() { string param = Convert.ToString(this.View.Model.GetValue("FDisposition")); this.View.ReturnToParentWindow(param); this.View.Close(); }