collections in c#(class customer with properties customer id
create a class customer with properties customer id and name
a)the class should have a constructor which accepts the id , name and initialize the object values
b)create 3 customer objects
c)add the 3 customer objects to a dictionary
d)display the key and values of the customer