public static String removeImprimantesClient(Session s, ImprimantesClient ic) {
   return (String) PersistDAO.removeObject(s, ic);
 }