So, i have my database sorted like:
Products_001 Products_002 Products_003
Let's say, if a customer logs in and his id is 001, he is only entitled to use the database-table products_001.
Can i dynamically create his model - entity using Asp.Net MVC, and how would i do this?