public ActionResult Details(int id)
 {
     return(View(_bannerFacade.GetById(id)));
 }