public bool AddnewRefund() { if (IsObjectValid) { DATA.AddNewRefund(this, true); OnRefundCreated(); return(true); } return(false); }