public static bool DelService(int id)
 {
     return(ServiceDAO.DelService(id));
 }