public function saveMany($data = null, $options = array())
 {
     $this->useMasterDb();
     return parent::saveMany($data, $options);
 }