public bool Delete(object UserActionID)
 {
     return(UserAction.Delete(UserActionID) == 1);
 }