public function addDivisionCustody(TblDivision $tblDivision, TblPerson $tblPerson, $Description = null)
    {

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