public Branch GetBranch(int stockInBranchId) { Branch branch = setupGateway.GetBranch(stockInBranchId); return(branch); }