public function getModel($modelName) { $fqcn = 'Cobalt\\Model\\' . $modelName; return $this->container->buildObject($fqcn); }