protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblSoCustomer args)
        {
            try
            {
                var dbAtVdc2CreateTblSoCustomerResult = await DbAtVdc2.CreateTblSoCustomer(tblsocustomer);

                DialogService.Close(tblsocustomer);
            }
            catch (Exception dbAtVdc2CreateTblSoCustomerException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoCustomer!");
            }
        }