public function deletescribblescommentAction()
 {
     if ($this->auth->hasIdentity()) {
         $deletescribblescomment = new Application_Model_Post($this->registry['DB']);
         $commentid = $this->getRequest()->getParam('commentid');
         $this->view->results = $deletescribblescomment->deletescribblesComment($commentid);
     }
 }