protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblPoPurchaseOrder args)
        {
            try
            {
                var dbAtVdc2CreateTblPoPurchaseOrderResult = await DbAtVdc2.CreateTblPoPurchaseOrder(tblpopurchaseorder);

                DialogService.Close(tblpopurchaseorder);
            }
            catch (Exception dbAtVdc2CreateTblPoPurchaseOrderException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPoPurchaseOrder!");
            }
        }