public function __construct($profile, $urls)
 {
     parent::__construct();
     $this->profile = $profile;
     $this->urls = $urls;
 }
 public function __construct($computer_id, $urls)
 {
     parent::__construct();
     $this->computer_id = $computer_id;
     $this->urls = $urls;
 }