public List <Item> GetItemsByID(int Id) { ItemRepo repo = new ItemRepo(); return(repo.GetItemsById(Id)); }