protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblPoOrderStatus args)
        {
            try
            {
                var dbAtVdc2CreateTblPoOrderStatusResult = await DbAtVdc2.CreateTblPoOrderStatus(tblpoorderstatus);

                DialogService.Close(tblpoorderstatus);
            }
            catch (Exception dbAtVdc2CreateTblPoOrderStatusException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPoOrderStatus!");
            }
        }