public function setType(Type $locoType) {
        $this->type_id = $locoType->id;
        $this->type = $locoType->name;
        
        return $this;