I have a colour class:
public int id { get; set; }
public string color { get; set }
If I was to create a view with two drop down menus, each with the same objects from the class above, and a text box to key in the results, what is the best approach? I would need a results class to record the outcome. (eg Blue & Blue = Blue; Blue & Yellow = Green)