I am trying to create a simple WPF form which demonstrates the use of interfaces. My program is split into classes: Inventory Item Class, IInventoryCommand Interface, AddOneCommand Class, AddMultipleCommand Class and the code behind the form. I am so lost as to how to implement the form to actually work.