void ScriptWrapper::AddArgument(std::tr1::shared_ptr<ElementWrapper> argument) {
	this->AddArgument(argument->element());
}