Identify a concept which is NOT related to MVC pattern among the below:
The MVC pattern introduces extra classes due to the separation of the model,view and the controller components
The view component accesses the enterprise data through the model component
The model-view separation principle states that the application logic should not be put in the UI object method
The Model-View separation principle helps minimize the impact of requirement change in the interface on the controller layer