function __construct($id, $name = NULL, $version = NULL)
 {
     parent::__construct($id, $name);
     $this->version($version);
 }