/**
  * Inserts a row into the associated database table using the attribute values of this record.
  */
 public function insert($runValidation = true, $attributeNames = null)
 {
     return parent::insert($runValidation, $attributeNames);
 }