protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblSoOrderStatus args)
        {
            try
            {
                var dbAtVdc2CreateTblSoOrderStatusResult = await DbAtVdc2.CreateTblSoOrderStatus(tblsoorderstatus);

                DialogService.Close(tblsoorderstatus);
            }
            catch (Exception dbAtVdc2CreateTblSoOrderStatusException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoOrderStatus!");
            }
        }