public class Employee { public string Name { get; set; } public bool IsConfirmed { get; set; } public string Department { get; set; } }