public ActionResult footer() { var model = _commonService.GetCurrentModel <IFooter>(); _footerService.GetBlockData(model); return(View(model)); }