public function getAllPropositions()
 {
     return Proposition::all()->orderBy('created_at', 'desc')->get();
 }