public void deletepatients(string patien) { Patient patients = JsonConvert.DeserializeObject <Patient>(patien); PatientBL.deletepatients(patients); }