public Auction FindAuction(int id)
 {
     return(repos.FindAuction(id));
 }