protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Equipamento args)
        {
            try
            {
                var c4GCreateEquipamentoResult = await C4G.CreateEquipamento(equipamento);

                DialogService.Close(equipamento);
            }
            catch (Exception c4GCreateEquipamentoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Equipamento!");
            }
        }