public async Task <bool> Remover(Guid id)
        {
            await _cronogramaRepositorio.Remover(id);

            return(true);
        }