public IEnumerable <Fornecedor> BuscarPorCnpj(string cnpj)
 {
     return(_fornecedorService.BuscarPorCnpj(cnpj));
 }