public void eliminar(Integer id) throws NonexistentEntityException {
   control.destroy(id);
 }