public function deleteSpecial(TblSpecial $tblSpecial)
    {

        $Manager = $this->getConnection()->getEntityManager();
        /** @var TblSpecial $Entity */