public ContentResult GetBidsAmountForAuction(long auction_id)
 {
     return(Content(BidRepository.GetBidsAmountForAuction(auction_id)));
 }