public BaseRepository(NoteContext context) { _context = context; }
public UnitOfWork() { _context = new NoteContext(); }