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