protected async System.Threading.Tasks.Task Form0Submit(CanErpHrPr.Models.DbAtVdc2.TblHpPhanLoaiNv args)
        {
            try
            {
                var dbAtVdc2CreateTblHpPhanLoaiNvResult = await DbAtVdc2.CreateTblHpPhanLoaiNv(tblhpphanloainv);

                DialogService.Close(tblhpphanloainv);
            }
            catch (Exception dbAtVdc2CreateTblHpPhanLoaiNvException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpPhanLoaiNv!");
            }
        }