private async void BuscarInternCollectionAsync(string KeyResponsible)
        {
            IsBusy           = true;
            InternCollection = await internRepository.GetInternsByResponsibleIdAsync(KeyResponsible);

            IsBusy = false;
        }