public static int obtenerIDProyAutorizacion(int idalerta) { alerta = new Alerta(); alerta.ID = idalerta; return(alerta.getIDProyAutorizacion()); }