/**
  * Get users from repository
  *
  * @return mixed
  */
 protected function getUsers()
 {
     return $this->userRepo->getPaginated(50);
 }