public ICollection <TradeModel> GetAll()
 {
     return(_repository.GetAll());
 }