public int Add(string url, string title, string note, int sortOrder) { using (SprocWrapper db = new SprocWrapper()) { return(db.Link_Insert(url, title, note, sortOrder)); } }