public ActionResult Create() { var categorys = bookBL.BindCategory(); ViewBag.Mycategory = new SelectList(categorys, "CategoryId", "CategoryName"); return(View()); }