public static IEnumerable <Employee> SelectAll()
 {
     return(_employeeLogic.SelectAll());
 }