public static ItemInventoryModel BuyItem(ItemInventoryModel i)
 {
     return(InventoryDal.BuyItem(i));
 }