I have been looking through trying to find some way to redirect to an Index view from another controller.
Index
public ActionResult Index() {
You can use the following code:
return RedirectToAction("Index", "Home");
See RedirectToAction