protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpDanToc args)
        {
            try
            {
                var dbAtVdc2CreateTblHpDanTocResult = await DbAtVdc2.CreateTblHpDanToc(tblhpdantoc);

                DialogService.Close(tblhpdantoc);
            }
            catch (Exception dbAtVdc2CreateTblHpDanTocException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpDanToc!");
            }
        }