public function getSourceCategoryName()
 {
     $str = parent::getSourceCategoryName();
     $this->_sourceCategoryName = str_replace(":", "", $str);
     return $this->_sourceCategoryName;
 }