protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.RecursosHumano args)
        {
            try
            {
                var c4GCreateRecursosHumanoResult = await C4G.CreateRecursosHumano(recursoshumano);

                DialogService.Close(recursoshumano);
            }
            catch (Exception c4GCreateRecursosHumanoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new RecursosHumano!");
            }
        }