public ActionResult History(int id)
 {
     return(View(_service.GetPageHistory(id)));
 }