//Get ID number for chosen emotion public int GiveID(Emotion emotion) { int number = emotion.GiveID(); return(number); }