public IEnumerable <Level> GetListByTradeId(int Id)
 {
     return(_service.GetListByTradeId(Id));
 }