Create an interface that allows Alexander and Elizabeth
1. Create an interface that allows Alexander and Elizabeth to view the flowers in their pack.
2. On this interface we should have an add button that adds new flowers
3. We should be able to remove flowers by a click of a button (you will also need to select the index of the flower to delete).
4. Your search should act as a filter - so if I search for something partial like the letter ‘r' in the flower name. It should give me all flowers that contain the letter ‘r' in their name.