protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpNgach args)
        {
            try
            {
                var dbAtVdc2CreateTblHpNgachResult = await DbAtVdc2.CreateTblHpNgach(tblhpngach);

                DialogService.Close(tblhpngach);
            }
            catch (Exception dbAtVdc2CreateTblHpNgachException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpNgach!");
            }
        }