public void Delete(Children model) { firebase = new Irrigation(); firebase.Delete(model.child1, model.child2, model.child3); }