private bool SellerExists(int id)
 {
     return(_sellerServices.FindAny(id));
 }