public ActionResult TotalsByFundAgeRangeResults(TotalsByFundAgeRangeModel model) { return(View(model)); }
public ActionResult TotalsByFundAgeRange() { var model = new TotalsByFundAgeRangeModel(); return(View(model)); }