/**
  * @param $data
  * @return mixed
  */
 protected function _mapData($data)
 {
     return $this->_mapper->mapToModel($data);
 }