public function leaveComment($args)
 {
     $dat = new CommentsModel();
     $dat->leaveComment($args[0]);
 }