public bool CheckIfBranchCodeExist(string id)
 {
     return(_setupRepository.CheckIfBranchCodeExist(id));
 }