public String sendComment(UserComments uc) {
   return commentServiceSystemImpl.sendComment(uc);
 }
 public ArrayList<UserComments> getComments(String module) {
   return commentServiceSystemImpl.getComments(module);
 }