protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblGnAddressBookType args)
        {
            try
            {
                var dbAtVdc2CreateTblGnAddressBookTypeResult = await DbAtVdc2.CreateTblGnAddressBookType(tblgnaddressbooktype);

                DialogService.Close(tblgnaddressbooktype);
            }
            catch (Exception dbAtVdc2CreateTblGnAddressBookTypeException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnAddressBookType!");
            }
        }