public ActionResult BookEmp()
 {
     return(View(BookBL.GetAll()));
 }
 public ActionResult Index2()
 {
     return(View(BookBL.GetAll()));
 }