public function __construct($id = -1)
 {
     parent::__construct($id);
     $this->value = array('id' => -1);
 }