public IEnumerable <Appointment> List()
        {
            var db = new AppointmentData();

            return(db.List());
        }