public bool DeletePatientDetail(PatientDetail p)
 {
     _db.Remove(p);
     return(Save());
 }