public function removeStudentDisorder(TblStudentDisorder $tblStudentDisorder)
    {

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