//
        // GET: /Book/

        public ActionResult List()
        {
            return(View(_bookContext.GetAll()));
        }