public function reject($id = false) {
        $where = array(
            "lid = ?" => $id
        );