public function addComment()
 {
     $comment = new Model_Comments();
     $comment->save();
 }