public ActionResult getContentInCategoryHomeId(int Id, int Total) { IEnumerable <Content> _list = _services.getContentInCategoryIsHome(Id, Total); return(PartialView(_list)); }