public function removeStudentAgreement(TblStudentAgreement $tblStudentAgreement)
    {

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