public ActionResult CreateCustomerGeographyTermset() { TaxonomyManager.CreateCustomerGeographyTermset(); // redirect back to main view for controller return(RedirectToAction("Index", new { SPHostUrl = this.HttpContext.Request["SPHostUrl"] })); }