public PrincessRepository(MvcSampleContext context) { _context = context; }
public KnightRepository(MvcSampleContext context) { _context = context; }