public JsonResult BiddingStatistic(long?event_id)
 {
     return(JSON(BidRepository.GetBiddingStatistic((event_id.HasValue) ? event_id.Value : -1)));
 }