public IEnumerable <view_comment> GetCommentsByGuideId(int id) { var viewcomments = CommentDAL.GetCommentsByGuideId(id); return(viewcomments); }