public object DeleteBidLog(long id, long auction_id) { return(Json(BidRepository.DeleteBidLog(id, auction_id))); }