private static function _toTimeline(Timeline $timelineDb)
 {
     return new TimelineModel($timelineDb->getId(), $timelineDb->getName(), UserDAO::get($timelineDb->getId()));
 }