There is AdminController and there are UsersController, in views there is a folder Admin. How to do what would be the route mysite / admin / users / and he accessed the view in the views / admin / users / index.cshtml folder and the UsersController controller? Or is this a wrong approach and should userscontroller functions be defined in admincontroller?