public static bool CreateService(Service s)
 {
     return(ServiceDAO.CreateService(s));
 }