public int Add(string description, string venue, DateTime startDateTime) { using (SprocWrapper db = new SprocWrapper()) { return(db.Gig_Insert(description, venue, startDateTime)); } }