public function getNewInstance()
 {
     $instance = parent::getNewInstance();
     $instance->setPos(1);
     return $instance;
 }