protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpTrinhDoVanHoa args)
        {
            try
            {
                var dbAtVdc2CreateTblHpTrinhDoVanHoaResult = await DbAtVdc2.CreateTblHpTrinhDoVanHoa(tblhptrinhdovanhoa);

                DialogService.Close(tblhptrinhdovanhoa);
            }
            catch (Exception dbAtVdc2CreateTblHpTrinhDoVanHoaException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpTrinhDoVanHoa!");
            }
        }