public List <IShipmentDto> GetByMethod(string method) { return(_shipmentRepository.GetByMethod(method)); }