public BioioRepository() { Context = new BioioContext(); }
public BioioRepository(BioioContext _context) { Context = _context; }