public bool Update(int profileID, string name, string profileText, int sortOrder) { using (SprocWrapper db = new SprocWrapper()) { return(db.Profile_Update(profileID, name, profileText, sortOrder)); } }