public IEnumerable <Branch> GetBranchesWithDetails()
 {
     return(_setupRepository.GetBranchesWithDetails());
 }