@Override
 public int eliminar(int id) {
   ProductoDAO = new ProductoDaoImpl();
   return ProductoDAO.eliminar(id);
 }