protected async System.Threading.Tasks.Task Form0Submit(CanErpHrPr.Models.DbAtVdc2.TblHpQuocTich args) { try { var dbAtVdc2CreateTblHpQuocTichResult = await DbAtVdc2.CreateTblHpQuocTich(tblhpquoctich); DialogService.Close(tblhpquoctich); } catch (Exception dbAtVdc2CreateTblHpQuocTichException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpQuocTich!"); } }