public IEnumerable <Atendimento> GetByEmpresa(string cnpj)
 {
     return(_atendimentoService.GetByEmpresa(cnpj));
 }