public bool Delete(int linkID) { using (SprocWrapper db = new SprocWrapper()) { return(db.Link_Delete(linkID)); } }