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