public bool Destroy(object Id)
 {
     return(UserLog.Destroy(Id) == 1);
 }