public bool changeUserInfo(seller_Entity sell)
 {
     return(db.changeUserInfo(sell));
 }