public IList <Bidder> GetBiddersByBidReq(int id)
 {
     return(_controller.GetBiddersByBidReq(id));
 }