public List <AuctionDesc.Infrastructure.Models.Purchaser> PurchasersInfo(AuctionDesc.Infrastructure.Models.Auction obj)
 {
     return(PurchaserB.PurchasersInfo(obj));
 }
 public List <AuctionDesc.Infrastructure.Models.Seller> SellersInfo(AuctionDesc.Infrastructure.Models.Auction obj)
 {
     return(SellerB.SellersInfo(obj));
 }