protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblIcUnit args)
        {
            try
            {
                var dbAtVdc2CreateTblIcUnitResult = await DbAtVdc2.CreateTblIcUnit(tblicunit);

                DialogService.Close(tblicunit);
            }
            catch (Exception dbAtVdc2CreateTblIcUnitException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblIcUnit!");
            }
        }