public List <Printer> GetAllBranchItems(string branchCode) { return(_printerRepository.GetAllBranchItems(branchCode)); }