public Repository(NGODBContext context) { _context = context; }
public DoctorRepository(NGODBContext context) : base(context) { }