/**
  * @return \Illuminate\Support\Collection
  */
 public function getCivilitiesList()
 {
     return $this->r_users->getCivilitiesList();
 }