public IEnumerable <Atendimento> GetByPessoa(string cpf) { return(_atendimentoService.GetByPessoa(cpf)); }