public int NewService(Service newService) { DALayer newLayer = new DALayer(); return(newLayer.NewService(newService)); }