Create a Core Data project with the following model:
Then:
- Create a tab bar with two pages
- 1st page (Suppliers) that CRUD suppliers
- 2nd page (Parts) that CRUD orders for a supplier
- 3rd page (Customers) that CRUD customers
- 4th page (Orders) that CRUD orders for a customer
December 20