protected async System.Threading.Tasks.Task Form0Submit(CanErpHrPr.Models.DbAtVdc2.TblHpChiTietLuong args)
        {
            try
            {
                var dbAtVdc2CreateTblHpChiTietLuongResult = await DbAtVdc2.CreateTblHpChiTietLuong(tblhpchitietluong);

                DialogService.Close(tblhpchitietluong);
            }
            catch (Exception dbAtVdc2CreateTblHpChiTietLuongException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpChiTietLuong!");
            }
        }