public void Delete(int id)
        {
            var db = new AppointmentData();

            db.Delete(id);
        }