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