public ActionResult ShowNewsByGroupId(int id, string title)
 {
     ViewBag.name = title;
     return(View(pageRepository.ShowPageByGroupId(id)));
 }