public ActionResult Artists() { List <Artist> artistlist = dbUser.GetFollowingArtists(LogedinUser); return(View(artistlist)); }