protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblPriem args) { try { var bssr4CreateTblPriemResult = await Bssr4.CreateTblPriem(tblpriem); DialogService.Close(tblpriem); } catch (System.Exception bssr4CreateTblPriemException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPriem!"); } }