public static BibEntities GetContext() { if (_context == null) { _context = new BibEntities(); } return(_context); }