public IEnumerable <Atendimento> GetByServicos(string servicos)
 {
     return(_atendimentoService.GetByServicos("servicos"));
 }