public OutpatientRepository(SmartDoctor_MedicalContext context) { _context = context; }
public DiseaseRepository(SmartDoctor_MedicalContext context) { _context = context; }