public object GetBranchNameByCode(string branchCode) { return(_repository.GetBranchNameByCode(branchCode)); }