protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblPoRecReport args)
        {
            try
            {
                var dbAtVdc2CreateTblPoRecReportResult = await DbAtVdc2.CreateTblPoRecReport(tblporecreport);

                DialogService.Close(tblporecreport);
            }
            catch (Exception dbAtVdc2CreateTblPoRecReportException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPoRecReport!");
            }
        }