public void removeComment(int id)
 {
     inlog.deleteComment(id);
 }