public bool Destroy(object UserId)
 {
     return(LUser.Destroy(UserId) == 1);
 }