private final function set_primary_key()
 {
     $this->primary_key = Database::lastInsertID();
     return $this->primary_key;
 }