Ticket::new(String group, String username, String documentID); # other values will come from the db Ticket::save; Ticket::move(String direction, int steps); # e.g., forward if okayed, # back if not okay, sometimes even # back to the beginning.