public function removeDocument(TblDocument $tblDocument)
    {
        $Manager = $this->getConnection()->getEntityManager();

        /** @var TblDocument $Entity */