public List <Employee> GetAllEmployee() { EmployeeQuery eq = new EmployeeQuery(contexte); return(eq.GetAll().ToList()); }