protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblSoSalesOrder args)
        {
            try
            {
                var dbAtVdc2CreateTblSoSalesOrderResult = await DbAtVdc2.CreateTblSoSalesOrder(tblsosalesorder);

                DialogService.Close(tblsosalesorder);
            }
            catch (Exception dbAtVdc2CreateTblSoSalesOrderException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoSalesOrder!");
            }
        }