public function removeSProducts(SProducts $sProducts)
    {
        if ($this->getSProductss()->contains($sProducts)) {
            $pos = $this->collSProductss->search($sProducts);
            $this->collSProductss->remove($pos);