public function removeSCategory(SCategory $sCategory)
    {
        if ($this->getSCategories()->contains($sCategory)) {
            $pos = $this->collSCategories->search($sCategory);
            $this->collSCategories->remove($pos);