public MarketplaceListingModel AddListing(MarketplaceListingModel newListing)
 {
     return(_data.AddListing(newListing));
 }