protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Recurso args)
        {
            try
            {
                var c4GCreateRecursoResult = await C4G.CreateRecurso(recurso);

                DialogService.Close(recurso);
            }
            catch (Exception c4GCreateRecursoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Recurso!");
            }
        }