public int GetLastBuyerId(Buyer buyer)
 {
     return(repo.GetLastBuyerId(buyer));
 }