public ActionResult Create() { ModelVm.SelectList = branchDa.GetBranchSelectList(); ModelVm.Code = branchDa.GetBranchCode(); return(View(ModelVm)); }