public int Del(Employee s)
 {
     return(eDAO.Del(s));
 }