###MVC pattern (Model - View - Controller) View Controller Model (data and operations on that data) This can be expressed as: View Controller - prepares views Service (part of Model) - business logic Repository (part of Model) - data access layer