public List <CommentModel> Get(int bugId) { CommentData data = new CommentData(); var output = data.LoadComments(bugId); return(output); }