public async Task <WatchListModel> AddStocks(int id, IEnumerable <string> stocks) { return(await watchListRepository.AddStocks(id, stocks)); }