I have an object like that
public class MyModel { public int Key { get; set; } public string Value { get; set; } }
A