protected async void Form0Submit(TblGnAddressBook args)
        {
            try
            {
                var otErpCreateTblGnAddressBookResult = await OtErp.CreateTblGnAddressBook(tblgnaddressbook);

                DialogService.Close(tblgnaddressbook);
            }
            catch (Exception otErpCreateTblGnAddressBookException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnAddressBook!");
            }
        }