/**
  *
  * @param string $singlename
  */
 public function __construct($singlename)
 {
     parent::__construct($singlename);
     $this->_filenameLocation = ForceFilenameLocation::SharedPath;
 }
 /**
  *@param string $singlename
  *@return void
  *@desc
  */
 public function __construct($singlename)
 {
     parent::__construct($singlename);
 }