public DoctorRepository(ClinicContext context) { _context = context; }
public GenericRepository(ClinicContext context) { _context = context; }