public BranchViewModel GetBranchWithDetails(int id)
 {
     return(_setupRepository.GetBranchWithDetails(id));
 }