static function getCompanyWebsite()
 {
     OgHelper::includeBasic();
     static $first = true;
     $cw = CompanyWebsite::instance();
     if ($first) {
         $cw->init();
         $first = false;
     }
     return $cw;
 }
	public function canCreate( $parentResourceId ) {
		return OgHelper::canAdd() ;		 
	}