public string[] GetAllTransaction()
 {
     return(_server.GetAllTransaction());
 }