protected async void Form0Submit(TblGnShipVium args)
        {
            try
            {
                var otErpCreateTblGnShipViumResult = await OtErp.CreateTblGnShipVium(tblgnshipvium);

                DialogService.Close(tblgnshipvium);
            }
            catch (Exception otErpCreateTblGnShipViumException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnShipVium!");
            }
        }