public ItemPrice FindOneByItemAndSequence(Item i, int priority)
 {
     return(itemPriceRepository.findByItemAndSequence(i, priority).First());
 }