public static bool NewItemToDb(ItemModel i)
 {
     return(InventoryDal.NewItemToDb(i));
 }