public List <Branch> GetBranchByOrganization(int organizationId)
 {
     return(_branchRepository.GetBranchByOrganization(organizationId));
 }