public List <Item> ReadItems() { IGetAllItems readObject = new ReadItemData(); return(readObject.GetAllItems()); }
public List <Item> GetAllItems() { IGetAllItems allItems = new ReadItemData(); return(allItems.GetAllItems()); }