public IEnumerable <Transaction> GetCarTransaction(string id)
 {
     return(_server.GetCarTransaction(id));
 }