/*
  * Pre:  The audition must already exist in the database
  * Post: The audition is updated with the current information
  */
 public bool updateInDatabase()
 {
     return(DbInterfaceStudentAudition.UpdateStudentHsOrCompositionAudition(this));
 }