protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblPoRrOrderDetail args)
        {
            try
            {
                var dbAtVdc2CreateTblPoRrOrderDetailResult = await DbAtVdc2.CreateTblPoRrOrderDetail(tblporrorderdetail);

                DialogService.Close(tblporrorderdetail);
            }
            catch (Exception dbAtVdc2CreateTblPoRrOrderDetailException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPoRrOrderDetail!");
            }
        }