protected async void Form0Submit(TblSoOrderDetailStatus args)
        {
            try
            {
                var otErpCreateTblSoOrderDetailStatusResult = await OtErp.CreateTblSoOrderDetailStatus(tblsoorderdetailstatus);

                DialogService.Close(tblsoorderdetailstatus);
            }
            catch (Exception otErpCreateTblSoOrderDetailStatusException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoOrderDetailStatus!");
            }
        }