public StockExchange Get(string id)
 {
     return(se_service.Get(id));
 }