I want to save two models in a transaction but it will be used on more than one view.
Should I put that transaction in one of those models? Or should I somehow reuse the controller action?
What is the best practice for MVC pattern in this case?
note: My view is consisted of more than one model.