public ActionResult All() { var allTags = tags.AllTagsByUser(this.UserId).ProjectTo <TagsViewModel>().ToList(); return(View(allTags)); }