mvc load view from another controller code example
Example 1: mvc load view from another controller
return RedirectToAction("View", "Name of Controller");
Example 2: asp net mvc 5 return view from another controller
Return RedirectToRoute("Stuff");