public String gerarMatricula() {
   am = new AtletaModel();
   return am.gerarMatricula();
 }