Since I have started using DATABASE FIRST approach of entity framework. It's easy to catch on and interesting but there's one thing that puzzles me....In MVC we usually make view models (models with plus-minus properties so it adheres to the particular vi...