function applyName(Elite_Vaf_Model_Catalog_Product $product)
 {
     if ($this->shouldApplyName()) {
         $product->setCurrentlySelectedFit($this->getFit());
     }
 }