public function postEliminar()
 {
     $certificacion = Certificacion::find(Input::get('id'));
     $certificacion->delete();
 }