protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpTinhTp args)
        {
            try
            {
                var dbAtVdc2CreateTblHpTinhTpResult = await DbAtVdc2.CreateTblHpTinhTp(tblhptinhtp);

                DialogService.Close(tblhptinhtp);
            }
            catch (Exception dbAtVdc2CreateTblHpTinhTpException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpTinhTp!");
            }
        }