protected async System.Threading.Tasks.Task Form0Submit(CanErpHrPr.Models.DbAtVdc2.TblHpQuan args)
        {
            try
            {
                var dbAtVdc2CreateTblHpQuanResult = await DbAtVdc2.CreateTblHpQuan(tblhpquan);

                DialogService.Close(tblhpquan);
            }
            catch (Exception dbAtVdc2CreateTblHpQuanException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpQuan!");
            }
        }