public int Add(string name, string profileText, int sortOrder) { using (SprocWrapper db = new SprocWrapper()) { return(db.Profile_Insert(name, profileText, sortOrder)); } }