public void adicionar(PeriodistaIdioma obj) throws PreexistingEntityException, Exception {
   control.create(obj);
 }