public bool AddRecord(Patient patient)
 {
     return(_patientRepository.AddRecord(patient));
 }