public void del_mtr(string id) { MaterialModel mt = new MaterialModel(); mt.mtr_id = id; mt.del_mtr(); }