public function get_remove()
 {
     $faq = Faq::Find($this->faq_id);
     return View::make('user.faqs.remove')->with('faq', $faq);
 }