public static ArrayList<Object> listImprimantesClient(Session s, ImprimantesClient ic) {

    return PersistDAO.listObject(s, ic);
  }