public object Pop()
 {
     return(data.DeleteLast());
 }