public PatientRepoTests()
 {
     patient = PatientFactory.Create(PatientHelper.GetPatientData(), PatientHelper.GetSocialData());
     currentIDIndex++;   //  Incrementing the ID index in case another patient is created after this test
 }