public ActionResult Create() { ViewBag.BranchList = new SelectList(branchService.GetDropDown(), "Value", "Text"); return(View()); }