public bool Update(int imageID, string title, int sortOrder) { using (SprocWrapper db = new SprocWrapper()) { return(db.Image_Update(imageID, title, sortOrder)); } }