public BranchViewModel GetPincodDetails(int id) { var pincodedetails = _branchRepository.GetPincodDetails(id); return(pincodedetails); }