/**
  * Get All User Roles
  *
  * @return array
  */
 public function getCountryRoles()
 {
     return $this->role->whereIn('name', config('nrgi.country_role'))->lists('display_name', 'name');
 }