public void Add(HumidityData model) { firebase = new Irrigation(); firebase.Post(model.data, model.status); }