[x] Create methods in the mechanics class to be called by the master controller for un-equipping gear and for displaying that gear. (equipping and unequipping gear will need to take the item as a parameter.)
[x] Create an equip method that will take an item as a parameter, call the equip method of the character class with that item, and then remove that item from the bag.
[x] Create an unequip method that will take an item as a parameter, call the unequip method of the character class with that item, and then add that item to the bag
[x] Create methods in the mechanics class to be called by the master controller for un-equipping gear and for displaying that gear. (equipping and unequipping gear will need to take the item as a parameter.)
[x] Create an equip method that will take an item as a parameter, call the equip method of the character class with that item, and then remove that item from the bag.
[x] Create an unequip method that will take an item as a parameter, call the unequip method of the character class with that item, and then add that item to the bag