public User(string firstName, string lastName, Idiom idiom) { FirstName = firstName; LastName = lastName; Idiom = idiom; }