public void CreateAuctions(IEnumerable <Auction> auctions) { _entityManager.AddRange <Auction, Bl.Auction>(auctions); }