public IEnumerable <Atendimento> GetBySetor(string setor)
 {
     return(_atendimentoService.GetBySetor(setor));
 }