public function deleteProposition($id)
 {
     return Proposition::destroy($id);
 }