public function getUserDetails()
 {
     return $this->userRepository->getAllUsersNameAndAccountStatus();
 }