public string FindBranchCodeByClientId(int clientId)
 {
     return(_manager.GetBranchCodeByClientId(clientId));
 }