public List <Comment> GetAllComments() { List <Comment> ret = null; ret = commentDB.GetAll(); return(ret); }