Data Service
Talk to the server through a service ( Style 08-01)
Refactor logic for making data operations and interacting with data to a service.
Make data services responsible for XHR calls, local storage, stashing in memory, or any other data operations.