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

            db.Delete(id);
        }