/** Instantiates a new INSTANCE of Channel */
 protected Channel() {
   this.persistence = Persistence.getInstance();
 }