public StockReturnDTO GetStockReturnById(string id) { return(new StockReturnDTO { StockReturn = _iStockReturnRepository.GetStockReturnById(id) }); }