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

            db.Delete(id);
        }