public ActionResult GetNames()
 {
     return(Json(_branchService.ExtractBranchNames()));
 }