public ActionResult Index()
 {
     return(View(comicRepository.GetComicBooks()));
 }