public Boolean checkIfRegistered() { if (prof.IsRegistered(APPLICATION_NAME)) { return(true); } else { return(false); } }