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