public function addGroupCategory(TblGroup $tblGroup, TblCategory $tblCategory)
    {

        $Manager = $this->getConnection()->getEntityManager();
        $Entity = $Manager->getEntity('TblGroupCategory')