public IEnumerable <Branch> GetBranchByOrgId(int orgId)
 {
     return(_branchGetway.GetBranchByOrgId(orgId));
 }