protected function _beforeInsert()
 {
     parent::_beforeInsert();
     self::$counts['beforeInsert']++;
 }