public int GetLastSellerId(Seller seller)
 {
     return(repo.GetLastSellerId(seller));
 }