public double GetTotalAmmount()
 {
     return(InputItems.Sum(i => i.ItemType.Price * i.Quantity));
 }