/*
  * Pre:
  * Post: Adds the new audition to the database and sets the audition's id
  */
 public bool addToDatabase()
 {
     return(DbInterfaceStudentAudition.CreateStudentHsOrCompositionAudition(this));
 }