public class Employe { public int Id { get; set; } public string Prenom { get; set; } public string Nom { get; set; } }