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