protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblGnIncoterm args)
        {
            try
            {
                var dbAtVdc2CreateTblGnIncotermResult = await DbAtVdc2.CreateTblGnIncoterm(tblgnincoterm);

                DialogService.Close(tblgnincoterm);
            }
            catch (Exception dbAtVdc2CreateTblGnIncotermException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnIncoterm!");
            }
        }