public bool DelUser(string UserId)
 {
     return(Sus.DelUser(UserId));
 }