public ActionResult Grid() { var grid = new TitleAjaxPagingGrid(_Service.GetAllView(), 1, false); return(PartialView("_TitleGrid", grid)); }