protected function getMediaModelInstance($t2_object_id)
 {
     $obj = new ContentDocument();
     return $obj->setContentId($t2_object_id);
 }