protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpHeDaoTao args)
        {
            try
            {
                var dbAtVdc2CreateTblHpHeDaoTaoResult = await DbAtVdc2.CreateTblHpHeDaoTao(tblhphedaotao);

                DialogService.Close(tblhphedaotao);
            }
            catch (Exception dbAtVdc2CreateTblHpHeDaoTaoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpHeDaoTao!");
            }
        }