public void AddOrder(string orderBy, int showID, int quantity) { Cs.AddOrder(orderBy, showID, quantity); Cs.SubmitChanges(); }