public ActionResult Dresses(string categoryKey) { rootModel.SelectCategory(categoryKey); return(View("Index", rootModel)); }