function moveBridgeItemUp($time_spent_id, $library_id)
 {
     return parent::_moveBridgeItemUp($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $time_spent_id, $library_id);
 }
 function moveBridgeItemUp($patron_type_id, $library_id)
 {
     return parent::_moveBridgeItemUp($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $patron_type_id, $library_id);
 }
 function moveBridgeItemUp($question_format_id, $library_id)
 {
     return parent::_moveBridgeItemUp($this->table, $this->cols, $this->joinTable, $this->joinCol, $this->joinCols, $question_format_id, $library_id);
 }