protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpChucVu args) { try { var dbAtVdc2CreateTblHpChucVuResult = await DbAtVdc2.CreateTblHpChucVu(tblhpchucvu); DialogService.Close(tblhpchucvu); } catch (Exception dbAtVdc2CreateTblHpChucVuException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpChucVu!"); } }