public List <Shelf> GetbyCustItem(int custid, int itemid) { return(_shelfRepository.GetbyCustItem(custid, itemid)); }