public WatchList GetbyId(int id) { WatchList watchlist = repository.GetbyId(id); return(watchlist); }