/**
  * Delete the Preferences with id = $id
  *
  * @param integer Id to delete
  * @return bool True on success
  */
 public function delete($id)
 {
     return parent::_delete($id);
 }