public function flag($type, $id)
 {
     return Flags::create(["type" => $type, "proposition" => $id]);
 }