My objective: void insert(MenuItem mi): a method that takes one input parameter, a MenuItem, and adds it to the binary search tree in the proper s
My objective: