protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblPoCashDisbursement args)
        {
            try
            {
                var dbAtVdc2CreateTblPoCashDisbursementResult = await DbAtVdc2.CreateTblPoCashDisbursement(tblpocashdisbursement);

                DialogService.Close(tblpocashdisbursement);
            }
            catch (Exception dbAtVdc2CreateTblPoCashDisbursementException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPoCashDisbursement!");
            }
        }