public int DeleteItem(string id) { DALayer newLayer = new DALayer(); return(newLayer.DeleteItem(id)); }