protected async void GridDeleteButtonClick(MouseEventArgs args, TblGnShipVium data) { try { var otErpDeleteTblGnShipViumResult = await OtErp.DeleteTblGnShipVium(data.ShipVia_SEQ); if (otErpDeleteTblGnShipViumResult != null) { grid0.Reload(); } } catch (Exception otErpDeleteTblGnShipViumException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to delete TblGnShipVium"); } }