public IEnumerable <Atendimento> GetByCanal(string canal) { return(_atendimentoService.GetByCanal(canal)); }