protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpTrinhDoChuyenMon args)
        {
            try
            {
                var dbAtVdc2CreateTblHpTrinhDoChuyenMonResult = await DbAtVdc2.CreateTblHpTrinhDoChuyenMon(tblhptrinhdochuyenmon);

                DialogService.Close(tblhptrinhdochuyenmon);
            }
            catch (Exception dbAtVdc2CreateTblHpTrinhDoChuyenMonException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpTrinhDoChuyenMon!");
            }
        }