public async Task <UserAdmin> CheckUserExists(string userName)
 {
     return(await _userRepository.CheckUserExists(userName));
 }