public Bidder GetBidderbyId(int id)
 {
     return(_controller.GetBidderbyId(id));
 }