public IEnumerable <StockExchange> GetAll()
 {
     return(se_service.GetAll());
 }