/**
  * Removes the current editor object's record from the database.
  */
 public function delete()
 {
     return parent::delete();
 }